30 lines
823 B
Diff
30 lines
823 B
Diff
|
From 70b568e74bd8f905de2b8d1e65e397de75bde206 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com>
|
||
|
Date: Wed, 6 Feb 2013 16:18:07 +0100
|
||
|
Subject: [PATCH spice-gtk 1/3] build-sys: bump spice-glib version-info
|
||
|
|
||
|
spice-glib version-info should have been bumped, since we have new
|
||
|
symbols.
|
||
|
|
||
|
249dd73132a7ecc1ceb32b4fea6529491ca219d3
|
||
|
---
|
||
|
gtk/Makefile.am | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
|
||
|
index 176cf20..d7cdbc5 100644
|
||
|
--- a/gtk/Makefile.am
|
||
|
+++ b/gtk/Makefile.am
|
||
|
@@ -171,7 +171,7 @@ nodist_libspice_client_gtkinclude_HEADERS = \
|
||
|
$(NULL)
|
||
|
|
||
|
libspice_client_glib_2_0_la_LDFLAGS = \
|
||
|
- -version-info 9:0:1 \
|
||
|
+ -version-info 10:0:2 \
|
||
|
-no-undefined \
|
||
|
$(GLIB_VERSION_LDFLAGS) \
|
||
|
$(NULL)
|
||
|
--
|
||
|
1.8.1.1.439.g50a6b54
|
||
|
|