diff options
author | Alon Levy <alevy@redhat.com> | 2011-11-10 15:00:29 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-11-10 16:58:28 +0200 |
commit | c47bb16e9025ad3e427d480146d150acc9996063 (patch) | |
tree | e9ab535d625f14286be460313c0dd2cc5c042f9d /configure.ac | |
parent | 8ab357dd8238baec8c64b4d336dfcd4a32686c28 (diff) |
Release 0.10.00.10.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 afdb926..646cbe7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) -m4_define([SPICE_MINOR], 9) -m4_define([SPICE_MICRO], 2) +m4_define([SPICE_MINOR], 10) +m4_define([SPICE_MICRO], 0) AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice) |