From 336915aa0a86316ba26cdfecbf160ed643ccf301 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Aug 2014 15:51:07 +0200 Subject: prepare for 0.7.0 release --- debian/changelog | 6 ++++++ debian/control | 4 ++-- src/gb/Makefile.am | 2 +- src/gsm/Makefile.am | 2 +- src/vty/Makefile.am | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 593f370d..48392330 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libosmocore (0.7.0) UNRELEASED; urgency=medium + + * New upstream release of libosmocore. + + -- Harald Welte Thu, 21 Aug 2014 15:52:00 +0200 + libosmocore (0.6.6) UNRELEASED; urgency=medium * New upstream release of libosmocore. diff --git a/debian/control b/debian/control index 4af7e856..3204f0f0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmocore.git;a=summary Package: libosmocore Section: libs Architecture: any -Depends: libosmocodec0, libosmocore4, libosmogb3, libosmogsm5, libosmovty0, ${misc:Depends} +Depends: libosmocodec0, libosmocore4, libosmogb3, libosmogsm6, libosmovty0, ${misc:Depends} Description: Open Source MObile COMmunications CORE library Package: libosmocodec0 @@ -32,7 +32,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Osmo GPRS GB library -Package: libosmogsm5 +Package: libosmogsm6 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am index dd3f785d..83af71d5 100644 --- a/src/gb/Makefile.am +++ b/src/gb/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=3:0:0 +LIBVERSION=3:1:0 AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing $(all_includes) -I$(top_srcdir)/include diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am index b8009acd..42079593 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/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=5:0:0 +LIBVERSION=6:0:1 AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} $(all_includes) -I$(top_srcdir)/include diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index a6cfd6f7..d45659e3 100644 --- a/src/vty/Makefile.am +++ b/src/vty/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=0:1:0 AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include -- cgit v1.2.3