Prepare a new release of libosmo-abis
diff --git a/TODO-RELEASE b/TODO-RELEASE
index fffb2b2..43b1e8e 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,2 +1 @@
 #library	what		description / commit summary line
-libosmoabis    abi-change      Support for multiple RSL connections with ABIS/ipaccess (BTS side)
diff --git a/debian/changelog b/debian/changelog
index 92557bb..21d6efa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libosmo-abis (0.2.0) UNRELEASED; urgency=medium
+libosmo-abis (0.3.0) unstable; urgency=medium
 
   * New upstream release of libosmo-abis
 
- -- Holger Hans Peter Freyther <holger@freyther.de>  Mon, 31 Mar 2014 15:47:32 +0200
+ -- Holger Hans Peter Freyther <holger@freyther.de>  Mon, 08 Sep 2014 07:29:39 +0200
+
+libosmo-abis (0.2.0) unstable; urgency=medium
+
+  * New upstream release of libosmo-abis
+
+ -- Holger Hans Peter Freyther <holger@freyther.de>  Mon, 08 Sep 2014 07:29:19 +0200
 
 libosmo-abis (0.1.6) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 593eac6..b42246f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,12 @@
 Package: libosmo-abis
 Section: oldlibs
 Architecture: any
-Depends: libosmoabis3, libosmotrau0, ${misc:Depends}
+Depends: libosmoabis4, 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: libosmoabis3
+Package: libosmoabis4
 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, libosmoabis3
+Depends: ${misc:Depends}, libosmotrau0, libosmoabis4
 Description: Development headers for A-bis interface.
 
 Package: libosmo-abis-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: libosmoabis3 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmoabis4 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
 Description: Debug symbols for A-bis interface.
diff --git a/debian/libosmoabis3.install b/debian/libosmoabis4.install
similarity index 100%
rename from debian/libosmoabis3.install
rename to debian/libosmoabis4.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 61e51de..5135d35 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=3:0:0
+ABIS_LIBVERSION=4:0:0
 TRAU_LIBVERSION=0:0:0
 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)