diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-09-29 18:22:33 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-09-29 18:22:33 +0200 |
commit | 6a26992410c6bc8824e047e8a844a90d5fae46c1 (patch) | |
tree | 5c5f0ef22ac1c753b33c73c79e4f0180c0fcd171 | |
parent | 37c5bc577d704b09f8a9cdce7b18be644e535dd0 (diff) |
Bump version to 0.6.10.6.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 278e7084..4fea09c4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 6) -m4_define([SPICE_MICRO], 0) +m4_define([SPICE_MICRO], 1) AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice) |