diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-09-30 18:05:39 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-10-01 19:20:38 +0200 |
commit | 57637a2009da409bfcdbbec2a842f544a89235c7 (patch) | |
tree | c61b990c04ebb7bad488eb91c3a26798d36164db /configure.ac | |
parent | 301f697de0652596901181cac9f4b7aa3c14bb32 (diff) |
build-sys: Set version to 0.7.0 in configure.ac
Last tagged release was 0.6.3.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files 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]) |