Bump version: 1.5.0.5-aa34 → 1.5.1

Change-Id: I88b987d714a88728b62f74a60c44d9c3532b5686
diff --git a/debian/changelog b/debian/changelog
index bddca01..37f214f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+libosmo-abis (1.5.1) unstable; urgency=medium
+
+  [ Harald Welte ]
+  * dahdi: Log context (e1inpt_ts name) when opening timeslot devices
+  * dahdi: Fix compilation with ancient DAHDI
+
+  [ Keith ]
+  * DAHDI: Log hexdump of TX at level DEBUG, not ERROR
+
+  [ Vadim Yanitskiy ]
+  * trau/osmo_ortp: support building without OrtpMemoryFunctions API
+  * build: include git-version-gen into the release tarball
+
+ -- Vadim Yanitskiy <vyanitskiy@sysmocom.de>  Sun, 28 Jan 2024 18:04:12 +0700
+
 libosmo-abis (1.5.0) unstable; urgency=medium
 
   [ Philipp Maier ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 67f4383..927d63f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-ABIS_LIBVERSION=13:0:0
-TRAU_LIBVERSION=9:0:7
+ABIS_LIBVERSION=13:1:0
+TRAU_LIBVERSION=9:1:7
 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
 AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(COVERAGE_CFLAGS)