summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-09 21:31:19 +0000
committerKevin E Martin <kem@kem.org>2005-11-09 21:31:19 +0000
commit5c429e965d88711a836227b65ab4ef2dc4739932 (patch)
treed043257f52a4e131830d19152a322e01a92b315e /include
parent036ddad7a3152bcdbae68c75efbfc0aabae19302 (diff)
downloadxorg-lib-libXcomposite-5c429e965d88711a836227b65ab4ef2dc4739932.tar.gz
Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902
Diffstat (limited to 'include')
-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 775af7c..62ae31a 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 1
+#define XCOMPOSITE_REVISION 2
#define XCOMPOSITE_VERSION ((XCOMPOSITE_MAJOR * 10000) + (XCOMPOSITE_MINOR * 100) + (XCOMPOSITE_REVISION))
_XFUNCPROTOBEGIN