aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-11-28 11:21:42 +0100
committerOliver Smith <osmith@sysmocom.de>2023-11-28 11:24:09 +0100
commit197248107c5c2007b44c4df1bec011e6c1754cda (patch)
tree1b39a028223e0b01d7446cdb9f4ba54017149387 /src/core
parent7d41444d5df894577e3eab304a7978f54fcd1a47 (diff)
Bump version: 1.9.0.1-7d414-dirty → 1.9.11.9.1
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 326c68d3..109aae7f 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -1,7 +1,7 @@
# 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
-LIBVERSION=21:0:0
+LIBVERSION=21:1:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
AM_CFLAGS = -Wall $(TALLOC_CFLAGS) $(PTHREAD_CFLAGS) $(LIBSCTP_CFLAGS) $(LIBMNL_CFLAGS) $(URING_CFLAGS)