diff options
author | Alon Levy <alevy@redhat.com> | 2012-09-15 00:36:54 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-09-15 00:36:54 +0300 |
commit | dc3cd205dda4d76f4afecd64d4d5abde81545e6d (patch) | |
tree | c4b13e2d1d2f19406998f4f89bce20f4df783ce0 /configure.ac | |
parent | 124984a171bddf0f2e2b727e31f43d19a68122f3 (diff) |
Release 0.12.0
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 0545af66..047191d0 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.57]) # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html m4_define([SPICE_MAJOR], 0) -m4_define([SPICE_MINOR], 11) -m4_define([SPICE_MICRO], 5) +m4_define([SPICE_MINOR], 12) +m4_define([SPICE_MICRO], 0) m4_define([SPICE_CURRENT], [6]) m4_define([SPICE_REVISION], [0]) m4_define([SPICE_AGE], [5]) |