aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-01-19 22:28:02 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-20 10:12:46 +0100
commitc775ffe1cc6cfd842566d30c96d287502d9d6218 (patch)
tree109cfa3d671c3c46e70fc9489666f6684c890898 /src
parentdc8fcf5a696781048e2287e058f2b21af6164c9e (diff)
Bump version: 0.3.0.6-a555 → 0.4.00.4.0
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index de7dff5..d92d0f6 100644
--- a/src/Makefile.am
+++ b/src/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=6:0:0
+LIBVERSION=6:1:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)