diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2013-11-26 19:49:20 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2013-11-27 11:13:43 +0100 |
commit | c48b516f8ed52f4983073bb99055fea25cb12aa5 (patch) | |
tree | 92379936199aaa001fd717010ae619f380338342 | |
parent | e9c615c1742dc30f0917a148eb3cffcaf893d934 (diff) |
build-sys: bump spice-glib version
new symbols in spice-glib, bump before release
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 5af6642..9c7300f 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -173,7 +173,7 @@ nodist_libspice_client_gtkinclude_HEADERS = \ $(NULL) libspice_client_glib_2_0_la_LDFLAGS = \ - -version-info 12:0:4 \ + -version-info 13:0:5 \ -no-undefined \ $(GLIB_VERSION_LDFLAGS) \ $(NULL) |