From 431ca865dff06fb3a1444da9c9818b41290ea4b0 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 10 Sep 2012 18:52:45 +0300 Subject: Release 0.12.2 New in this release: display channel: A8 surface capability qxl: client present, client capabilities and client monitors configuration. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b4a9cca..d80c360 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], 1) +m4_define([SPICE_MICRO], 2) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) -- cgit