aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-28 20:51:19 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-28 20:51:19 +0200
commit0a9213464bc72c4f1be337d3a6c69c910d9c4492 (patch)
treec98c9c912e26310886fff243eb459b20962ef646 /src
parent52c8a48ddd947f4ad40cd34685e609c6d576c12d (diff)
debian: Prepare a new debian release and bump SO version
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 ec93de4..9adfcce 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
# 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
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)