diff options
author | marha <marha@users.sourceforge.net> | 2011-11-18 15:46:46 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-11-18 15:46:46 +0100 |
commit | 16f3228e2ef8dca42f8b70adcd9cc70e33eacb68 (patch) | |
tree | e95296e00e36736aca7cda7f6ee911f51d34ff78 /include/dix-config.h | |
parent | 8fa2e6f994cfbcba4640ec157f0a55b706207976 (diff) | |
download | vcxsrv-16f3228e2ef8dca42f8b70adcd9cc70e33eacb68.tar.gz vcxsrv-16f3228e2ef8dca42f8b70adcd9cc70e33eacb68.tar.bz2 vcxsrv-16f3228e2ef8dca42f8b70adcd9cc70e33eacb68.zip |
Bumped version to 1.11.2
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 53aad5191..49a0a00fb 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -375,7 +375,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((11) * 100000) + ((0) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((11) * 100000) + ((2) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |