diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-09 21:31:21 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-09 21:31:21 +0000 |
commit | 03aef516214058e956706b9be3749863e8e60232 (patch) | |
tree | c39cf2f23cd7b67574f54abe1ce6d4c3721e77cc | |
parent | 9888b941c84b632d670b4764157b36a677edcd7e (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-- | src/rendition.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rendition.c b/src/rendition.c index 64e7e2a..cbc4e99 100644 --- a/src/rendition.c +++ b/src/rendition.c @@ -72,10 +72,10 @@ #define RENDITION_NAME "RENDITION" #define RENDITION_DRIVER_NAME "rendition" -#define RENDITION_VERSION_NAME "4.0" +#define RENDITION_VERSION_NAME "4.0.1" #define RENDITION_VERSION_MAJOR 4 #define RENDITION_VERSION_MINOR 0 -#define RENDITION_PATCHLEVEL 0 +#define RENDITION_PATCHLEVEL 1 #define RENDITION_VERSION_CURRENT ((RENDITION_VERSION_MAJOR << 24) | \ (RENDITION_VERSION_MINOR << 16) | RENDITION_PATCHLEVEL) |