diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-01-18 19:05:19 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-01-18 19:20:42 +0100 |
commit | 25aeab7a8235141a72c7cbb37155d8949071ec3f (patch) | |
tree | 83f04242e07562a8e1126b988586b1bc9564e097 /src/vty | |
parent | 4deb2dfa2547adb5ee71ff03c2ffdd0be088fa36 (diff) |
Prepare a new libosmocore release
Diffstat (limited to 'src/vty')
-rw-r--r-- | src/vty/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index d4be3f05..d0e2c47e 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -1,6 +1,6 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=0:1:0 +LIBVERSION=1:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall |