Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
angelskieglazki committed Aug 27, 2019
2 parents 21ff37a + cbc9ce1 commit e8768d8
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 95 deletions.
11 changes: 4 additions & 7 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
Kirill Scherba <kirill@scherba.ru>
2016: libteonet-dev, teonet_templ, generator-teonet
maintainers:
Si1ver - Anton Vasiliev <si1ver1502@gmail.com>
angelskieglazki - Max Ponka <mpano>

teonet-team <email@example.com>

Teobase application
teobase application
developers:
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ AC_SUBST([$1], ['$2'])

AC_PREREQ([2.69])

AC_INIT(teobase, 0.0.1, [email@example.com])
AC_INIT(teobase, 0.1.0, [email@example.com])
AC_DEFINE_SUBST(LIBRARY_CURRENT, 1, [teobase dynamic library version])
AC_DEFINE_SUBST(LIBRARY_REVISION, 0, [teobase dynamic library version])
AC_DEFINE_SUBST(LIBRARY_AGE, 0, [teobase dynamic library version])
AC_DEFINE_SUBST(LIBRARY_AGE, 1, [teobase dynamic library version])

AC_DEFINE([PACKAGE_DESCRIPTION], ["teobase lib"], [Application description])
AC_DEFINE([PACKAGE_DEPENDENCIES], ["libteonet-dev"], [Application dependencies])
Expand Down Expand Up @@ -123,4 +123,4 @@ po/Makefile.in
])

AC_CONFIG_SUBDIRS([libs/teoccl])
AC_OUTPUT
AC_OUTPUT
2 changes: 1 addition & 1 deletion libs/teoccl
Submodule teoccl updated 2 files
+6 −0 AUTHORS
+2 −2 configure.ac
Loading

0 comments on commit e8768d8

Please sign in to comment.