diff options
author | marha <marha@users.sourceforge.net> | 2012-04-11 08:13:49 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-04-11 08:13:49 +0200 |
commit | 120bd371deb2b73a0bae5ce331511e4ea27bcff2 (patch) | |
tree | 6c14ddeb157b59adfd532ae2ba3d257fe2b0077c /include | |
parent | 971b6f891b3d36cfdfbbac2206d631c571f1d982 (diff) | |
download | vcxsrv-120bd371deb2b73a0bae5ce331511e4ea27bcff2.tar.gz vcxsrv-120bd371deb2b73a0bae5ce331511e4ea27bcff2.tar.bz2 vcxsrv-120bd371deb2b73a0bae5ce331511e4ea27bcff2.zip |
Increased version to 1.12.0.11.12.0.1
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 45568c333..fed889fa2 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -351,7 +351,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((12) * 100000) + ((0) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((12) * 100000) + ((0) * 1000) + 1) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |