diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-03 16:30:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-03 16:30:16 -0700 |
commit | 79b7392f981798941b9fba368c2bf0aeeb7a9ade (patch) | |
tree | ad950639027be7c4de25777bbc0f34658ef9f649 | |
parent | 3e7bbf02cda54f13307acedfa9c795ac73caf177 (diff) |
xlsatoms 1.1.0xlsatoms-1.1.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,8 @@ xlsatoms lists the interned atoms defined on an X11 server +Version 1.1 and later of xlsatoms use (and require) libxcb instead +of libX11, for less latency when communicating with the X server. + All questions regarding this software should be directed at the Xorg mailing list: diff --git a/configure.ac b/configure.ac index 0bb5d27..b947525 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,9 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xlsatoms, [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xlsatoms) +AC_INIT(xlsatoms, [1.1.0], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + xlsatoms) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |