aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-02-23 16:47:37 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-02-23 16:47:37 +0100
commit5967fa00580f07ddb428df0558e4d49aa1b7a7d1 (patch)
tree3823f3c27a44f2427aa730b6d395ea81999db2e8 /src
parent3e659ce22d0c0c8dd2fcd88a750d8e45ae72bda7 (diff)
Bump version: 1.0.0.14-3e65-dirty → 1.1.01.1.02021q1
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 64fd1d4..7e71c71 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=9:0:1
+LIBVERSION=9:1:1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)