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 00:55:04 +0300
commitec418d246d083cb5c2317d2f5f6a775de252a5b9 (patch)
tree968cdb6b85d55fe3860993f970f1ba38a321c202
parenta84cc00d777ee2e078eae94f3f65f8174dba9bdd (diff)
0.0.15: now with xspice!HEADxf86-video-qxl-0.0.15master
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 c2bcc7d..e5eda8f 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])