[Spice-devel] [vdagent-win 4/5] build-sys: Set version to 0.7.0 in configure.ac

Christophe Fergeau cfergeau at redhat.com
Mon Oct 1 10:21:20 PDT 2012


Last tagged release was 0.6.3.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d1a36ad..5cb4f6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
 AC_PREREQ(2.63)
 
 m4_define([vdagent_major_version], [0])
-m4_define([vdagent_minor_version], [0])
-m4_define([vdagent_micro_version], [1])
+m4_define([vdagent_minor_version], [7])
+m4_define([vdagent_micro_version], [0])
 m4_define([vdagent_version],
           [vdagent_major_version.vdagent_minor_version.vdagent_micro_version])
 
-- 
1.7.12.1



More information about the Spice-devel mailing list