summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-09 20:18:25 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-09 20:18:25 -0700
commit01e803aebdfddfce6374b03e5f31723698aa0c00 (patch)
tree1d5461db7ee34708b042051e15691862915e53f9
parent7d08b9841ce01628881969b9cdd08d732c87aad7 (diff)
downloadxorg-lib-libXfixes-01e803aebdfddfce6374b03e5f31723698aa0c00.tar.gz
libXfixes 4.0.5libXfixes-4.0.5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe3ea23..f6a8ac2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,10 @@ dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n,
dnl that 'revision' number appears in Xfixes.h and has to be manually
dnl synchronized.
dnl
-AC_INIT(libXfixes, 4.0.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfixes)
+AC_INIT(libXfixes,
+ 4.0.5,
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ libXfixes)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE