diff options
author | marha <marha@users.sourceforge.net> | 2009-09-21 11:48:26 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-21 11:48:26 +0000 |
commit | 788c86613cdb5a5106c30c7193746a74e886b044 (patch) | |
tree | 9006ebb38b27f39aa9eac3626742468fe68c8a46 /include/dix-config.h | |
parent | 6341b97eda007223acfe2f7a64dc2c5718867e0a (diff) | |
download | vcxsrv-788c86613cdb5a5106c30c7193746a74e886b044.tar.gz vcxsrv-788c86613cdb5a5106c30c7193746a74e886b044.tar.bz2 vcxsrv-788c86613cdb5a5106c30c7193746a74e886b044.zip |
Increased version number
Diffstat (limited to 'include/dix-config.h')
-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 6bdd16fbc..06156eaa4 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) + ((1) * 100000) + ((0) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((1) * 100000) + ((1) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |