aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-10 12:40:04 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-10 12:40:04 +0200
commitfd339712c4bc79e60e257f563771470a5214fbd6 (patch)
tree1aa382ca2026abf9b4fe07e9cf40ff3cd79b1d87 /src
parente380b38e287753a035b005a75b09ad9bcbae5977 (diff)
Bump version: 0.4.0.1-738f → 0.5.00.5.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 d92d0f6..4d8b900 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:1:0
+LIBVERSION=7: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)