summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-15 00:24:29 +0000
committerKevin E Martin <kem@kem.org>2005-12-15 00:24:29 +0000
commit96275f0b9f97be0fd9e002fd14bce4f4a015278a (patch)
tree460064dc53debec91c8dab600123bb3ca43a09c7
parentc775b60f1aec6730be283cba3e9ba4b2348fb6ba (diff)
downloadxorg-lib-libXfixes-96275f0b9f97be0fd9e002fd14bce4f4a015278a.tar.gz
Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b61c39..66e250f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for final X11R7 release candidate.
+
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* man/Makefile.am:
diff --git a/configure.ac b/configure.ac
index 7978d9a..9963aa8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ 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, 3.0.1.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfixes)
+AC_INIT(libXfixes, 3.0.1.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfixes)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE