aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-06-29 12:09:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-06-29 12:09:55 +0200
commit802943055dc73036ac28fde2d9992da58bfe3ff5 (patch)
treef0c44a2d5c304cde55a491554f71d4ff56769a73 /src
parentbb131026cd8fbe4ba6fbc2c7d703acef1a4c46dd (diff)
Bump version: 0.3.0.72-bb13-dirty → 0.4.00.4.0
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 5795598..2cc8a8f 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=1:0:0
+LIBVERSION=2:0: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) \