summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-06-01 23:37:09 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-06-01 23:37:09 -0700
commit6c5cb2a90a6479f56855e5167039c37c234cdfe7 (patch)
tree53f3efffa74b7c1618a376d501e27ed4004c0eb3
parent05c587ec3be880721131a17c1dd4366e458fdd8b (diff)
downloadxorg-lib-libX11-6c5cb2a90a6479f56855e5167039c37c234cdfe7.tar.gz
libX11 1.5.0libX11-1.5.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--AUTHORS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 5b621efb..58a3acc3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,6 +12,11 @@ Marineau, Holger Veit, Bruno Haible, Keith Packard, Bob Scheifler,
Takashi Fujiwara, Kazunori Nishihara, Hideki Hiura, Hiroyuki Miyamoto,
Katsuhisi Yano, Shigeru Yamada, Stephen Gildea, Li Yuhong, Seiji Kuwari.
+The specifications and documentation contain extensive credits.
+Conversion of those documents from troff to DocBook/XML was performed
+by Matt Dew, with assistance in editing & formatting tool setup from
+Gaetan Nadon and Alan Coopersmith.
+
This work was supported by many organizations (in no particular
order), including the X Consortium, Digital Equipment Corporation,
Tektronix, The Open Group, OMRON, Wyse Technology, Fujitsu Limited,
diff --git a/configure.ac b/configure.ac
index feb2e384..48a0c8ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libX11], [1.4.99.902],
+AC_INIT([libX11], [1.5.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])