diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-09 21:31:19 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-09 21:31:19 +0000 |
commit | 5c429e965d88711a836227b65ab4ef2dc4739932 (patch) | |
tree | d043257f52a4e131830d19152a322e01a92b315e /include | |
parent | 036ddad7a3152bcdbae68c75efbfc0aabae19302 (diff) |
Bump version numbers for X11R6.9/X11R7 RC2.
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/extensions/Xcomposite.h | 2 |
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 |