summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-03 05:49:44 +0000
committerKevin E Martin <kem@kem.org>2005-12-03 05:49:44 +0000
commit2a43efac053b9fa0a460d47f5154511cfaf4f2ba (patch)
tree9148a2a9d3596b00e99e6a83141dd6eaa847a9e9
parent88a1de23e126cde06bf4136b56007dc24ad991e8 (diff)
downloadxorg-lib-libXft-MODULAR_COPY.tar.gz
Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPY
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..4b63daf
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for X11R7 RC3 release.
+
diff --git a/configure.ac b/configure.ac
index 8721dd1..98dcde8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from Xft.h
dnl Please bump the minor library number at each release as well.
dnl
-AC_INIT(libXft, 2.1.8, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
+AC_INIT(libXft, 2.1.8.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])