diff options
author | Alon Levy <alevy@redhat.com> | 2011-07-23 12:55:42 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-07-23 13:45:02 +0300 |
commit | dd90fa9277283b4806aba307ca952bea0402b534 (patch) | |
tree | bb81e9134b95ab6904e9ea4d09186e049b7f9929 /configure.ac | |
parent | 7c4804541084ba8f1d11c4c86f0276235520c7be (diff) |
0.0.16
Brown paper bag release: fix scripts/xspice to run.
Did a few more fixes in the same time:
less verbose error messages by default
add missing command line in xspice for --x509-cert-file
check for existance of certificates before running Xorg
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 e5eda8f..581521e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-qxl], - [0.0.15], + [0.0.16], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-qxl]) AC_CONFIG_SRCDIR([Makefile.am]) |