aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-05-03 16:55:21 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-05-03 16:55:21 +0200
commite38ee9b808970cd49663221cb823365ef18797d5 (patch)
treea51dd8b9922dc78bf99dd25d2a3259cfc4b31928 /src
parentef1900151703e4d6b16cb434c3ae688fd7fddc55 (diff)
Bump version: 0.1.1.38-ef190-dirty → 0.2.00.2.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 79e3685..9dc5e46 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=4:0:0
+LIBVERSION=5:0:1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)