prepare for 0.7.0 release

This commit is contained in:
Harald Welte 2014-08-21 15:51:07 +02:00
parent 5ddd435919
commit 336915aa0a
5 changed files with 11 additions and 5 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libosmocore (0.7.0) UNRELEASED; urgency=medium
* New upstream release of libosmocore.
-- Harald Welte <laforge@gnumonks.org> Thu, 21 Aug 2014 15:52:00 +0200
libosmocore (0.6.6) UNRELEASED; urgency=medium
* New upstream release of libosmocore.

4
debian/control vendored
View File

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

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=3:0:0
LIBVERSION=3:1:0
AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing $(all_includes) -I$(top_srcdir)/include

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=5:0:0
LIBVERSION=6:0:1
AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} $(all_includes) -I$(top_srcdir)/include

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=0:1:0
AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include