diff options
author | marha <marha@users.sourceforge.net> | 2010-02-20 17:59:07 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-20 17:59:07 +0000 |
commit | e59fe2f177752ab27a34466f5994258bcd9553dd (patch) | |
tree | edab68989c37fb499f35b68a42ac58cd39eb7843 /include | |
parent | fddd0263e71abd532f2b596c43043f221bea8417 (diff) | |
download | vcxsrv-e59fe2f177752ab27a34466f5994258bcd9553dd.tar.gz vcxsrv-e59fe2f177752ab27a34466f5994258bcd9553dd.tar.bz2 vcxsrv-e59fe2f177752ab27a34466f5994258bcd9553dd.zip |
Increased version number
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index c4a96d890..8f5aab905 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -396,7 +396,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((7) * 100000) + ((99) * 1000) + 6) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((7) * 100000) + ((99) * 1000) + 901) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |