diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-09 21:31:20 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-09 21:31:20 +0000 |
commit | b21e46646371edbf7155eae621fefc0b572b006e (patch) | |
tree | 55419de54ab19bc4b3971f50798698f22193201b | |
parent | 097f483e522f721eae4816e659237da94a4796d3 (diff) |
Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902
-rw-r--r-- | include/X11/extensions/Xfixes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/Xfixes.h b/include/X11/extensions/Xfixes.h index 273ee5d..28ca28f 100644 --- a/include/X11/extensions/Xfixes.h +++ b/include/X11/extensions/Xfixes.h @@ -33,7 +33,7 @@ * This revision number also appears in configure.ac, they have * to be manually synchronized */ -#define XFIXES_REVISION 0 +#define XFIXES_REVISION 1 #define XFIXES_VERSION ((XFIXES_MAJOR * 10000) + (XFIXES_MINOR * 100) + (XFIXES_REVISION)) typedef struct { |