diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-01-04 20:45:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-01-04 20:45:58 +0000 |
commit | d423c7a2b400a824029d9fcce4d104cd7945e1d3 (patch) | |
tree | ccebd9c00835e4d4ee8afeffe8bfd813cc559bb2 /proto/x11proto/configure.ac | |
parent | 9f1349d72982ec8fc465bd7bd9142276a0709fbb (diff) |
update to xproto 7.0.20. 2 new keysyms definitions plus lots of doc fixes.
Diffstat (limited to 'proto/x11proto/configure.ac')
-rw-r--r-- | proto/x11proto/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/x11proto/configure.ac b/proto/x11proto/configure.ac index 9de04cb6f..832a6a677 100644 --- a/proto/x11proto/configure.ac +++ b/proto/x11proto/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]) |