summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-06-12 14:15:07 +0300
committerAlon Levy <alevy@redhat.com>2012-06-12 17:55:28 +0300
commit5cbffe794f156814bc1082b2a887ce6d62e87532 (patch)
treef770169ab4c8daa6fce273c9e0fb5d1cf9d51867 /server/Makefile.am
parent2465a8d801cdae183e6b7e85e53a9daa4807f7e6 (diff)
downloadspice-5cbffe794f156814bc1082b2a887ce6d62e87532.tar.gz
spice-5cbffe794f156814bc1082b2a887ce6d62e87532.tar.xz
spice-5cbffe794f156814bc1082b2a887ce6d62e87532.zip
Release 0.11.00.11.0
Current bumped and age bumped for new intefaces only (no backward incompatible changes). New libtool version is 2.0.1, using --version-info instead of --version-name. Doing the version change and --version-name to --version-info change here to avoid changing the libtool version twice. Added interfaces: spice_server_set_name spice_server_set_uuid spice_server_set_listen_socket_fd spice_server_is_server_mouse New library name in linux: libspice-server.so.1.1.0 Old: libspice-server.so.1.0.2
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index 97e7dfed..47b3c10b 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -17,7 +17,7 @@ AM_CPPFLAGS = \
lib_LTLIBRARIES = libspice-server.la
libspice_server_la_LDFLAGS = \
- -version-number $(SPICE_LT_VERSION) \
+ -version-info $(SPICE_LT_VERSION) \
-no-undefined \
$(NULL)