summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-22 03:53:20 +0300
committerAlon Levy <alevy@redhat.com>2011-07-23 01:02:23 +0300
commitf0780324fcc58487291b68a3042fc5380b0871e9 (patch)
treeeac863720d942bbfb5b0020119bfd851848e519d
parent0d172770ffeaadb8c590044ec55471e0b38f59b4 (diff)
0.0.15: now with xspice!rhel62
xspice is a new X server that is also a Spice server. See README.xspice for more information. + added configure options to accomodate an extra driver (spiceqxl_drv.so) built alongside existing qxl_drv.so + XSPICE define where the code could not be split easily (qxl_driver.c and qxl.h) - no functional changes to driver. + some small cleanups (still too many warnings)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c7e383..a6b83ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-qxl],
- [0.0.14],
+ [0.0.15],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[xf86-video-qxl])
AC_CONFIG_SRCDIR([Makefile.am])