diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-09-29 18:16:07 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-09-29 18:16:07 +0200 |
commit | 57872d78876f230750aeb8bc5eed070722c3f486 (patch) | |
tree | 2520490ad631fb4fa25cfe927b0981fb81b7f9d1 | |
parent | 2884c987875042878943383fb6cd16759b696c92 (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 2d7958b..f120d70 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-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) |