Bump version: 1.0.1 → 1.0.2

Catch-up with release tagging and .deb changelog: the requirements in
OsmoMSC were updated.

Change-Id: I2c37b56e81df13007738f340c3fb48f0996a95f3
diff --git a/debian/changelog b/debian/changelog
index 21e4bbd..274f7c4 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 dbbd303..0416081 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -22,7 +22,7 @@
 # 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 \