diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-19 02:48:10 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-19 02:48:10 +0000 |
commit | 143f9e1b8d328ebc806067fb44809a8a8fd419e4 (patch) | |
tree | cef1ffba4ef90b032fca13badf832f48ef1f4aff | |
parent | 34dc7dbd584f2bbef39248c26236186e08c79a25 (diff) |
Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eb9a5cc..8721dd1 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.7, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft) +AC_INIT(libXft, 2.1.8, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft) AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([dist-bzip2]) |