summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-12-07 12:20:44 +0200
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-12-07 12:20:44 +0200
commit3c68c68fc20b875b405f2640778e32a41a807e27 (patch)
tree2c0beb8a1c2da72a6532a8328d0511d847d6a740
parent22112a0ee3bd16b40e414bac32c532a73cbabbcb (diff)
downloadxorg-lib-libXft-3c68c68fc20b875b405f2640778e32a41a807e27.tar.gz
bump to 2.1.12libXft-2.1.12
-rw-r--r--configure.ac2
-rw-r--r--include/X11/Xft/Xft.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6c21ead..494102a 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.11, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
+AC_INIT(libXft, 2.1.12, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/include/X11/Xft/Xft.h b/include/X11/Xft/Xft.h
index e968e99..150c61f 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 9
+#define XFT_REVISION 12
#define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION))
#define XftVersion XFT_VERSION