From 83dd73ba881dab3e6ffc8c220a4107d4434e82a2 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 26 May 2015 11:27:12 +0200 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit