diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2011-10-09 14:44:14 +0200 |
---|---|---|
committer | Yonit Halperin <yhalperi@redhat.com> | 2011-11-02 11:30:33 +0200 |
commit | aefe01c02c452bbc79532cb2011eaf12f8ecf58f (patch) | |
tree | ded2a25d6ed58eff3b40d052c35aebcd8f911331 /configure.ac | |
parent | c39d842ff16be4303c48b4faa19f22cd7312b3c7 (diff) |
Release 0.9.2
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 203e82f..afdb926 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], 1) +m4_define([SPICE_MICRO], 2) AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice) |