summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-08-30 12:47:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-08-30 16:12:25 +0200
commitb718f59d4617067c589dae020d14bf4327e2fa62 (patch)
treea5a7f6e767b38abd75eb1f9881aa21153f01f65e
parent9681ebb671313f585e2f3c35920d0489e752f508 (diff)
downloadspice-b718f59d4617067c589dae020d14bf4327e2fa62.tar.gz
spice-b718f59d4617067c589dae020d14bf4327e2fa62.tar.xz
spice-b718f59d4617067c589dae020d14bf4327e2fa62.zip
Bump versions.
Update #define in server/spice.h in preparation for the 0.6.0 release. We also got some new functions, thus we have to increate the shared lib minor number for spice-server.
-rw-r--r--configure.ac2
-rw-r--r--server/spice.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f27265a2..d05b8345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AM_PROG_CC_C_O
AC_C_BIGENDIAN
AC_PATH_PROGS(PYTHON, python2 python)
-SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 1)
+SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 2)
AC_SUBST(SPICE_LT_VERSION)
# Check for the CPU we are using
diff --git a/server/spice.h b/server/spice.h
index ef16a6ab..65683a36 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -21,7 +21,7 @@
#include <stdint.h>
#include <sys/socket.h>
-#define SPICE_SERVER_VERSION 0x000503 /* release 0.5.3 */
+#define SPICE_SERVER_VERSION 0x000600 /* release 0.6.0 */
/* interface base type */