aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-02 21:01:22 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-01-02 21:01:22 +0100
commitb8121e79ef53b30df535fb38987b3a48853ebbe9 (patch)
tree00c6e7b442991a30e42f54b61de2c47c7c1d2e09 /src/Makefile.am
parent6413a6b53fe5580443625a2f91f6562ba6936e81 (diff)
Bump version: 0.6.0.16-6413a-dirty → 0.7.00.7.0
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7acbd79..64fd1d4 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=8:0:0
+LIBVERSION=9:0:1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)