summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-10-14 15:55:31 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-10-14 15:55:31 +0200
commit308e4545cbf8d26d5d47ad6ab9f2c6e6e6648003 (patch)
treeafdb1602351f76aa78ab84edefbf13817f99e801 /configure.ac
parentc1b79eb035fa158fb2ac3bc8e559809611070016 (diff)
downloadspice-308e4545cbf8d26d5d47ad6ab9f2c6e6e6648003.tar.gz
spice-308e4545cbf8d26d5d47ad6ab9f2c6e6e6648003.tar.xz
spice-308e4545cbf8d26d5d47ad6ab9f2c6e6e6648003.zip
change development version to 0.5.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 25a2f034..12799195 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
-m4_define([SPICE_MINOR], 3)
-m4_define([SPICE_MICRO], 99)
+m4_define([SPICE_MINOR], 5)
+m4_define([SPICE_MICRO], 0)
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)