release: Prepare the 0.2.0 release of libosmo-abis
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 71931db..43b1e8e 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,2 +1 @@
 #library	what		description / commit summary line
-libosmoabis	abi-change	ipa: Change ipa_msg_recv() to support partial receive
diff --git a/debian/changelog b/debian/changelog
index 70f39b3..92557bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-libosmo-abis (0.1.6) UNRELEASED; urgency=medium
+libosmo-abis (0.2.0) UNRELEASED; urgency=medium
+
+  * New upstream release of libosmo-abis
+
+ -- Holger Hans Peter Freyther <holger@freyther.de>  Mon, 31 Mar 2014 15:47:32 +0200
+
+libosmo-abis (0.1.6) unstable; urgency=medium
 
   * New upstream release of libosmo-abis
 
diff --git a/debian/control b/debian/control
index 7ed5752..593eac6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,12 @@
 Package: libosmo-abis
 Section: oldlibs
 Architecture: any
-Depends: libosmoabis2, libosmotrau0, ${misc:Depends}
+Depends: libosmoabis3, libosmotrau0, ${misc:Depends}
 Description: Legacy package for libosmo-abis
  libosmo-abis is an empty package helping in the transition to one
  package per DSO.
 
-Package: libosmoabis2
+Package: libosmoabis3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -31,12 +31,12 @@
 Package: libosmo-abis-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libosmotrau0, libosmoabis2
+Depends: ${misc:Depends}, libosmotrau0, libosmoabis3
 Description: Development headers for A-bis interface.
 
 Package: libosmo-abis-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: libosmoabis2 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmoabis3 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
 Description: Debug symbols for A-bis interface.
diff --git a/debian/libosmoabis2.install b/debian/libosmoabis3.install
similarity index 100%
rename from debian/libosmoabis2.install
rename to debian/libosmoabis3.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 3885340..61e51de 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
-ABIS_LIBVERSION=2:0:0
+ABIS_LIBVERSION=3:0:0
 TRAU_LIBVERSION=0:0:0
 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)