release: Prepare the 0.6.4 release of libosmocore

New interfaces and ABI incompatible changes in the GB library
diff --git a/debian/changelog b/debian/changelog
index 9e8ff15..f7dbf3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-libosmocore (0.6.3+git1-1) UNRELEASED; urgency=low
+libosmocore (0.6.4) UNRELEASED; urgency=low
+
+  * GPRS related changes, some GSM encoding/decoding changes
+
+ -- Holger Hans Peter Freyther <holger@freyther.de>  Thu, 10 Oct 2013 14:16:37 +0200
+
+libosmocore (0.6.3+git1-1) unstable; urgency=low
 
   * New upstream release with new primitives, USSD fixes.
   * Split libosmocore into several package. One lib per package.
diff --git a/debian/control b/debian/control
index e0824a7..d63c158 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@
 Package: libosmocore
 Section: libs
 Architecture: any
-Depends: libosmocodec0, libosmocore4, libosmogb2, libosmogsm4, libosmovty0, ${misc:Depends}
+Depends: libosmocodec0, libosmocore4, libosmogb3, libosmogsm4, libosmovty0, ${misc:Depends}
 Description: Open Source MObile COMmunications CORE library
 
 Package: libosmocodec0
@@ -26,7 +26,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Osmo Core library
 
-Package: libosmogb2
+Package: libosmogb3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libosmogb2.install b/debian/libosmogb3.install
similarity index 100%
rename from debian/libosmogb2.install
rename to debian/libosmogb3.install
diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am
index af45720..076ad55 100644
--- a/src/gb/Makefile.am
+++ b/src/gb/Makefile.am
@@ -3,7 +3,7 @@
 #
 # 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=2:0:0
+LIBVERSION=3:0:0
 
 AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing $(all_includes) -I$(top_srcdir)/include