summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-19 02:46:56 +0000
committerKevin E Martin <kem@kem.org>2005-10-19 02:46:56 +0000
commit34dc7dbd584f2bbef39248c26236186e08c79a25 (patch)
treea4d4f3fd1d84bf02cae8df48d0adc511f3b37f0e
parent11bc8208939991e9cd3eba2900827fd2e37b04a5 (diff)
downloadxorg-lib-libXft-XORG-6_8_99_901.tar.gz
lib/Xcomposite/Xcomposite.hXORG-6_8_99_902XORG-6_8_99_901
lib/Xft/Imakefile lib/Xft/Xft.h Update library version numbers to match updated package versions. Update driver version numbers for RC1.
-rw-r--r--include/X11/Xft/Xft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xft/Xft.h b/include/X11/Xft/Xft.h
index 382d024..526db8f 100644
--- a/include/X11/Xft/Xft.h
+++ b/include/X11/Xft/Xft.h
@@ -33,7 +33,7 @@
#define XFT_MAJOR 2
#define XFT_MINOR 1
-#define XFT_REVISION 7
+#define XFT_REVISION 8
#define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION))
#define XftVersion XFT_VERSION