aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-09-14 18:35:06 +0200
committerMax <msuraev@sysmocom.de>2017-09-14 18:50:51 +0200
commitf19acc9a35f2889a06bfe62c90e92b450fb5bf77 (patch)
tree7c3a79ec6e0d4f7a4ba31066a8d0aaddd04d00d5
parent53f2bd044350d546b7ed3c2878435f1d4d8d239b (diff)
Bump version: 1.0.1 → 1.0.21.0.2
Catch-up with release tagging and .deb changelog: the requirements in OsmoMSC were updated. Change-Id: I2c37b56e81df13007738f340c3fb48f0996a95f3
-rw-r--r--debian/changelog7
-rw-r--r--src/libosmo-mgcp-client/Makefile.am2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 21e4bbde3..274f7c498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+osmo-mgw (1.0.2) unstable; urgency=low
+
+ * First release after major rename.
+
+ -- Max Suraev <msuraev@sysmocom.de> Thu, 14 Sep 2017 18:41:05 +0200
+
+
osmo-mgw (0.1.0) unstable; urgency=low
* Initial release.
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index dbbd30315..04160816a 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -22,7 +22,7 @@ AM_LDFLAGS = \
# 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
-MGCP_CLIENT_LIBVERSION=1:0:0
+MGCP_CLIENT_LIBVERSION=1:0:1
lib_LTLIBRARIES = \
libosmo-mgcp-client.la \