aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-08-25 16:09:48 +0200
committerMax <msuraev@sysmocom.de>2017-08-25 16:12:37 +0200
commit7f17b8c45d094941292036143f3292a1d5789cf5 (patch)
tree7d8c2eaeea7e9e39e15a19ca975dc8c884d11330 /src/Makefile.am
parente3260722d7550dc13630307597c0df9075acd4af (diff)
Bump version: 0.3.2 → 0.4.00.4.0
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 760c1f5..7395d17 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,8 @@
# 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
-ABIS_LIBVERSION=5:0:0
-TRAU_LIBVERSION=1:0:0
+# Please read chapter "Library interface versions" of the libtool documentation
+# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
+ABIS_LIBVERSION=6:0:0
+TRAU_LIBVERSION=2:0:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)