diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2015-05-26 11:27:12 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-05-27 12:43:07 +0200 |
commit | 83dd73ba881dab3e6ffc8c220a4107d4434e82a2 (patch) | |
tree | 167cae11edc7b0849e481e9be4a9dc0777045b63 | |
parent | 9acfaa66df90cb1475db7c09da09b6e9b5f5dd00 (diff) |
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.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |