libosmo-mgcp-client: Bump LIBVERSION as interfaces have been added

Change-Id: I3e00af70267563a5fbf7e2a3c1326c22481d2666
This commit is contained in:
Harald Welte
2017-10-28 12:54:16 +02:00
parent 59e2d518fd
commit 5852a78d2e
3 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@@ -34,7 +34,7 @@ Multi-Arch: same
Depends: libosmo-mgcp0 (= ${binary:Version}), ${misc:Depends}
Description: libosmo-mgcp: Osmocom's Media Gateway server library
Package: libosmo-mgcp-client0
Package: libosmo-mgcp-client1
Section: libs
Architecture: any
Multi-Arch: same
@@ -46,7 +46,7 @@ Package: libosmo-mgcp-client-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libosmo-mgcp-client0 (= ${binary:Version}), ${misc:Depends}
Depends: libosmo-mgcp-client1 (= ${binary:Version}), ${misc:Depends}
Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities
Package: osmo-bsc-mgcp

View File

@@ -20,7 +20,7 @@ AM_LDFLAGS = \
# This is not at all related to the release version, but a range of supported
# API versions. Read TODO_RELEASE in the source tree's root!
MGCP_CLIENT_LIBVERSION=0:0:0
MGCP_CLIENT_LIBVERSION=1:0:1
lib_LTLIBRARIES = \
libosmo-mgcp-client.la \