aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-27 18:15:19 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-27 18:15:19 +0200
commit026ff4574daedcf91a474f9bc67e90e8537a9d86 (patch)
tree5520fe5fc05d1af63aca797de793e73b6f93d407 /src
parenta2106844330221611fc8e2debb25f87dee56bcfb (diff)
Bump version: 0.5.0.10-a210-dirty → 0.5.10.5.1
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ab42d38..eb2b572 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# This is _NOT_ the library release version, it's an API version.
# Please read chapter "Library interface versions" of the libtool documentation
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-ABIS_LIBVERSION=6:0:0
-TRAU_LIBVERSION=3:0:1
+ABIS_LIBVERSION=6:1:0
+TRAU_LIBVERSION=3:1:1
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)