aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-05-03 15:47:11 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-05-03 15:47:11 +0200
commit13154ffabd35a7b6d017e54bd92ab2b984ba5066 (patch)
treefbcf9eecfe6b67a66cdd3e27df803e072b5acc01 /src/sim
parent456081dd0dad088c57823da4c6d55b808cafa825 (diff)
Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0
Remark: For libosmogb and libosmogsm, LIBVERSION was already bumped in c4fce1425e19d604c199c895e227dc2519110456. Change-Id: Ib4fa53a9bb9954ae48d0a610ba9a81dd8e8b4ef6
Diffstat (limited to 'src/sim')
-rw-r--r--src/sim/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/Makefile.am b/src/sim/Makefile.am
index 869e12db..ebf4739e 100644
--- a/src/sim/Makefile.am
+++ b/src/sim/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=0:1:0
+LIBVERSION=0:2:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -fPIC -Wall $(PCSC_CFLAGS) $(TALLOC_CFLAGS)