diff options
author | Alon Levy <alevy@redhat.com> | 2011-07-14 13:04:30 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-07-17 13:20:53 +0300 |
commit | 2d7dde5a3fb92fa2cb1c7fcfd4dea618183c76f5 (patch) | |
tree | 022c53bd26d548d2485956a42c516a74f1d71797 | |
parent | af687a1457ae09179d0861449909663270ccc14d (diff) |
bump version to 0.8.1 for qxl_dev.h changes
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 72278e9..989cb00 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 8) -m4_define([SPICE_MICRO], 0) +m4_define([SPICE_MICRO], 1) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) |