[Spice-commits] configure.ac

Christophe Fergau teuf at kemper.freedesktop.org
Wed May 27 03:43:33 PDT 2015


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83dd73ba881dab3e6ffc8c220a4107d4434e82a2
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue May 26 11:27:12 2015 +0200

    Post-release version bump
    
    This allows spice-protocol users to depend on the git version.
    spice-vdagent.git needs a spice-protocol version newer than the latest
    release for the volume synchronization work or it won't build.

diff --git a/configure.ac b/configure.ac
index 0ea8d6b..0cf8c90 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], 7)
+m4_define([SPICE_MICRO], 8)
 
 AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
 


More information about the Spice-commits mailing list