From cbfc0e9e3f67ccc5910e48ca9da4aaa1b321d61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 16 Dec 2015 16:52:12 +0100 Subject: [PATCH] build-sys: bump spice-gtk current version info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following patches need to break the ABI (in particular the parent of the SpiceDisplay widget). Signed-off-by: Marc-AndrĂ© Lureau Acked-by: Fabiano FidĂȘncio --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 68884e6..e35c046 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -113,7 +113,7 @@ AM_CPPFLAGS = \ # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html SPICE_GTK_LDFLAGS_COMMON = \ - -version-info 4:0:0 \ + -version-info 5:0:0 \ -no-undefined \ $(GTK_SYMBOLS_LDFLAGS) \ $(NULL)