summaryrefslogtreecommitdiffstats
path: root/common
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 /common
parentea8fce17e28809ec393ca2a5b566692a725069d9 (diff)
downloadspice-e02374c544c5db22423d48a88bca03acfa597174.tar.gz
spice-e02374c544c5db22423d48a88bca03acfa597174.tar.xz
spice-e02374c544c5db22423d48a88bca03acfa597174.zip
change version to 0.4.2
Diffstat (limited to 'common')
-rw-r--r--common/configure.ac2
1 files changed, 1 insertions, 1 deletions
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)