summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-03-17 16:15:00 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-03-17 16:15:00 -0700
commitdb8b20b789112717ac0590b40f0b4dc2171797d0 (patch)
tree42a57e1ae907c87de436460df6fda11c6c973565
parent83e1ba59c48c79f8b0a7e7aa0b9c9cfd84fa403d (diff)
configure.ac: Bump version to 1.4.2libX11-1.4.2
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3b2bd500..aa39b38f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libX11], [1.4.1],
+AC_INIT([libX11], [1.4.2],
[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])