diff options
author | marha <marha@users.sourceforge.net> | 2009-09-25 08:44:12 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-25 08:44:12 +0000 |
commit | 47989aafe4f7ac855d8969da28e1e0222dfe8f2b (patch) | |
tree | 546f5662797e5a99d054a5a43930b99d010ed663 /include | |
parent | cc136e24f9b68f3c4114fad31ed0230ff45a89f4 (diff) | |
download | vcxsrv-47989aafe4f7ac855d8969da28e1e0222dfe8f2b.tar.gz vcxsrv-47989aafe4f7ac855d8969da28e1e0222dfe8f2b.tar.bz2 vcxsrv-47989aafe4f7ac855d8969da28e1e0222dfe8f2b.zip |
Switched to version 1.1.21.1.2
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 06156eaa4..0c01266ad 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) + ((1) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((1) * 100000) + ((2) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |