diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-04-28 20:51:19 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-04-28 20:51:19 +0200 |
commit | 0a9213464bc72c4f1be337d3a6c69c910d9c4492 (patch) | |
tree | c98c9c912e26310886fff243eb459b20962ef646 | |
parent | 52c8a48ddd947f4ad40cd34685e609c6d576c12d (diff) |
debian: Prepare a new debian release and bump SO version
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6b7a896..d8529d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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) |