summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-08-31 14:28:44 +0200
committerAlexander Larsson <alexl@redhat.com>2010-08-31 14:28:44 +0200
commit3eae24f83dede54ca380daff02b737fef6f98564 (patch)
tree9a7fe8a71ea2ea4012082a8f61aad5a061cb7fa1
parent068e6362d3ec96479fb4293195c641eecb159e17 (diff)
Bump version to 0.6.00.6.0
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0b1e9bc..2d7958b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
-m4_define([SPICE_MINOR], 5)
-m4_define([SPICE_MICRO], 3)
+m4_define([SPICE_MINOR], 6)
+m4_define([SPICE_MICRO], 0)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)