aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \