summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2010-01-10 23:30:40 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-10 23:30:40 +0200
commite02374c544c5db22423d48a88bca03acfa597174 (patch)
tree620ade6d11619d02adbe63e63bc385338f6d75df
parentea8fce17e28809ec393ca2a5b566692a725069d9 (diff)
downloadspice-e02374c544c5db22423d48a88bca03acfa597174.tar.gz
spice-e02374c544c5db22423d48a88bca03acfa597174.tar.xz
spice-e02374c544c5db22423d48a88bca03acfa597174.zip
change version to 0.4.2
-rw-r--r--client/configure.ac2
-rw-r--r--client/windows/redc.rc8
-rw-r--r--common/configure.ac2
-rw-r--r--configure.ac2
-rw-r--r--server/configure.ac2
5 files changed, 8 insertions, 8 deletions
diff --git a/client/configure.ac b/client/configure.ac
index 32657dd3..c73c3d67 100644
--- a/client/configure.ac
+++ b/client/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 4)
-m4_define([SPICE_MICRO], 1)
+m4_define([SPICE_MICRO], 2)
AC_INIT(spice-client, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-client)
diff --git a/client/windows/redc.rc b/client/windows/redc.rc
index 904de20d..43527ee7 100644
--- a/client/windows/redc.rc
+++ b/client/windows/redc.rc
@@ -62,8 +62,8 @@ ALT_IMAGE_RES_ID BITMAP "sticky_alt.bmp"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,4,1,0
- PRODUCTVERSION 0,4,1,0
+ FILEVERSION 0,4,2,0
+ PRODUCTVERSION 0,4,2,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -80,12 +80,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Red Hat Inc."
VALUE "FileDescription", "Spice client"
- VALUE "FileVersion", "0, 4, 1, 0"
+ VALUE "FileVersion", "0, 4, 2, 0"
VALUE "InternalName", "spicec"
VALUE "LegalCopyright", "Copyright (c) 2009 Red Hat, Inc. and/or its affiliates."
VALUE "OriginalFilename", "spicec.exe"
VALUE "ProductName", "Red Hat Spice"
- VALUE "ProductVersion", "0, 4, 1, 0"
+ VALUE "ProductVersion", "0, 4, 2, 0"
END
END
BLOCK "VarFileInfo"
diff --git a/common/configure.ac b/common/configure.ac
index 4cd94222..955624a5 100644
--- a/common/configure.ac
+++ b/common/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 4)
-m4_define([SPICE_MICRO], 1)
+m4_define([SPICE_MICRO], 2)
AC_INIT(spice-common, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-common)
diff --git a/configure.ac b/configure.ac
index 742987e2..01ee39e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 4)
-m4_define([SPICE_MICRO], 1)
+m4_define([SPICE_MICRO], 2)
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
diff --git a/server/configure.ac b/server/configure.ac
index b7eeffb5..a63a8102 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 4)
-m4_define([SPICE_MICRO], 1)
+m4_define([SPICE_MICRO], 2)
AC_INIT(spice-server, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-server)