diff options
author | marha <marha@users.sourceforge.net> | 2010-12-26 20:09:16 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-26 20:09:16 +0000 |
commit | 98a38f8fe605b90577b7a07f68b8a0866dd18a15 (patch) | |
tree | bc8a396a648b702c77c82155c6c364b8f1c9ccb2 /X11/configure.ac | |
parent | bfc120af66586bc6c79cd65a6bc7733b7ccdb428 (diff) | |
download | vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.tar.gz vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.tar.bz2 vcxsrv-98a38f8fe605b90577b7a07f68b8a0866dd18a15.zip |
Updated to xproto-7.0.20
Diffstat (limited to 'X11/configure.ac')
-rw-r--r-- | X11/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/X11/configure.ac b/X11/configure.ac index 9de04cb6f..832a6a677 100644 --- a/X11/configure.ac +++ b/X11/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([Xproto], [7.0.19], +AC_INIT([Xproto], [7.0.20], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -211,5 +211,6 @@ fi AC_OUTPUT([Makefile specs/Makefile + specs/SIAddresses/Makefile Xpoll.h xproto.pc]) |