diff options
author | Alon Levy <alevy@redhat.com> | 2012-09-02 21:18:38 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-09-02 21:18:38 +0300 |
commit | 6e42db2750f9e23cc7b864bab68f60b361b93a03 (patch) | |
tree | 8ac962b4a79dcf1222e0b0335f59575dd4e8c243 /configure.ac | |
parent | 3b619bd9c14a2557d82d88d2bd28a02c45a9ea76 (diff) |
Release 0.12.10.12.1
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 07e9c75..b4a9cca 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 12) -m4_define([SPICE_MICRO], 0) +m4_define([SPICE_MICRO], 1) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) |