aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 11:57:43 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 11:57:43 +0100
commit7d2df40c692b532460f1bbd17da0d22b927447e3 (patch)
tree2dd4d02ba155a190e2791cd9850d6dfb64922298 /src
parent8aba31092f75ff6d0012bd615c355bae7a8a5922 (diff)
Bump version: 0.4.0.26-8aba-dirty → 0.5.00.5.0
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/octoi/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e609a1f..fc289fa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = octoi .
# 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=2:0:1
+LIBVERSION=2:1:1
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS=-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-result $(LIBOSMOCORE_CFLAGS) \
diff --git a/src/octoi/Makefile.am b/src/octoi/Makefile.am
index d3fe968..529dd8c 100644
--- a/src/octoi/Makefile.am
+++ b/src/octoi/Makefile.am
@@ -5,7 +5,7 @@ AM_CFLAGS=-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -W
# 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=0:0:0
+LIBVERSION=1:0:0
lib_LTLIBRARIES = libosmo-octoi.la