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
commitfb4f87c05840d2a77706ad63f0f982ee2057e285 (patch)
tree42d6b03370e0de608a548b66e474e13b2a9578cb
parente937da932f616015befffbf3340b1f3c4a34dc1f (diff)
lib/Xcomposite/Xcomposite.h
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/extensions/Xcomposite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/Xcomposite.h b/include/X11/extensions/Xcomposite.h
index d42d2c9..775af7c 100644
--- a/include/X11/extensions/Xcomposite.h
+++ b/include/X11/extensions/Xcomposite.h
@@ -35,7 +35,7 @@
*/
#define XCOMPOSITE_MAJOR COMPOSITE_MAJOR
#define XCOMPOSITE_MINOR COMPOSITE_MINOR
-#define XCOMPOSITE_REVISION 0
+#define XCOMPOSITE_REVISION 1
#define XCOMPOSITE_VERSION ((XCOMPOSITE_MAJOR * 10000) + (XCOMPOSITE_MINOR * 100) + (XCOMPOSITE_REVISION))
_XFUNCPROTOBEGIN