aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-07 20:59:51 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-07 20:59:51 +0200
commit592057bb33dc0c336a63003cd7a3a67944d92757 (patch)
tree9c8b136a23d675242e57745a9442e1a17a4b98e4 /src/Makefile.am
parent6563cf339995307779c5f3331267cf8b3248da90 (diff)
Bump version: 0.5.0.2-6563-dirty → 0.6.00.6.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 4d8b900..7acbd79 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=7:0:1
+LIBVERSION=8:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)