summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-08 17:05:02 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-08 17:05:02 -0700
commit01c4691e18b536de6585a0e93e05e2831cf2be34 (patch)
tree4b403d8e3957438ba3a87804b3dfd739aed9718f
parent657550b7572551225ea2c9c60f42827a5209a205 (diff)
downloadxorg-lib-libXcomposite-01c4691e18b536de6585a0e93e05e2831cf2be34.tar.gz
libXcomposite 0.4.2libXcomposite-0.4.2
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 fe39239..3f44a9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,10 @@ dnl protocol, so Xcomposite version l.n.m corresponds to protocol version l.n
dnl that 'revision' number appears in Xcomposite.h and has to be manually
dnl synchronized.
dnl
-AC_INIT(libXcomposite, 0.4.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXcomposite)
+AC_INIT(libXcomposite,
+ 0.4.2,
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ libXcomposite)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE