diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2015-06-30 16:55:48 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-06-30 16:55:48 +0200 |
commit | 4ba5072b2868b41f0e10c8fc805bbe927b654bdc (patch) | |
tree | efe53ca984cf0375a0e6ca2de13fd8f936008e19 | |
parent | 4a4ab47db5c491b55865bb3d506604cef27eeec0 (diff) |
Post-release version bump
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0cf8c90..cb82da4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 12) -m4_define([SPICE_MICRO], 8) +m4_define([SPICE_MICRO], 9) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) |