debian: Prepare a new debian release and bump SO version

This commit is contained in:
Holger Hans Peter Freyther 2014-04-28 20:51:19 +02:00
parent 52c8a48ddd
commit 0a9213464b
2 changed files with 9 additions and 2 deletions

9
debian/changelog vendored
View File

@ -1,4 +1,11 @@
libosmo-netif (0.0.2-z6) UNRELEASED; urgency=low
libosmo-netif (0.0.3) UNRELEASED; urgency=medium
* Bump API due the AMR header structure now being packed
and potentially having different storage requirements.
-- Holger Hans Peter Freyther <holger@freyther.de> Mon, 28 Apr 2014 20:50:18 +0200
libosmo-netif (0.0.2-z6) unstable; urgency=low
* Upgrade with increased test coverage.
* More changes

View File

@ -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)