aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-27 18:31:43 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-27 18:31:43 +0200
commit322dbbeaa29cb90c6917fa7e78a66b96b8ce3689 (patch)
tree0250b99b93afc23367a84916c2fd9120264244e9 /src
parentac33f6fbd2d55b0eb52b42e0d466be4c39914020 (diff)
Bump version: 0.2.0.6-ac33-dirty → 0.3.00.3.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 9951ca4..d88f0a7 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=5:0:1
+LIBVERSION=6:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)