diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2011-09-13 12:23:20 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-10-02 12:17:47 +0200 |
commit | dbe61d9320c7a4c23b58ff012769b05ad20d0440 (patch) | |
tree | bd3532ef2046bf38f05fc33fffb09b99cbe9e12f /configure.ac | |
parent | b1f84f219f52bf2458b99201719d2a88f877d1a6 (diff) |
Release 0.9.10.9.1
Cherry-pick of abfdf4d8abf95d003678af5df814f3b1be1fd092 (Release 0.8.2)
semi-seamless migration RHBZ 738262
Conflicts:
NEWS
configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e8ae79b..0388120 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 9) -m4_define([SPICE_MICRO], 0) +m4_define([SPICE_MICRO], 1) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) |