summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-07-21 18:48:34 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-07-22 10:24:30 +0200
commit29b09d1a9814150e9c8089d2112b64c4b6d34209 (patch)
treecad097e71436948752de34666b83f1d00cd27d2b /configure.ac
parente0e8d091ffdf4abd3584c8a69985834854278138 (diff)
downloadspice-29b09d1a9814150e9c8089d2112b64c4b6d34209.tar.gz
spice-29b09d1a9814150e9c8089d2112b64c4b6d34209.tar.xz
spice-29b09d1a9814150e9c8089d2112b64c4b6d34209.zip
set version number to 0.9.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 feed8a18..486e3237 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
-m4_define([SPICE_MINOR], 6)
-m4_define([SPICE_MICRO], 3)
+m4_define([SPICE_MINOR], 9)
+m4_define([SPICE_MICRO], 0)
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)