diff options
author | marha <marha@users.sourceforge.net> | 2010-11-04 16:28:27 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-04 16:28:27 +0000 |
commit | 917715a101a8b441cf6c2a389cb23ffb7aa96a7e (patch) | |
tree | 51cfd164482805ff52cbf00b6c10c4849f621cd7 /include/dix-config.h | |
parent | 840f23bc506c991216214aa4cfc87978ef739a77 (diff) | |
download | vcxsrv-917715a101a8b441cf6c2a389cb23ffb7aa96a7e.tar.gz vcxsrv-917715a101a8b441cf6c2a389cb23ffb7aa96a7e.tar.bz2 vcxsrv-917715a101a8b441cf6c2a389cb23ffb7aa96a7e.zip |
Increased version to 1.9.2.01.9.2.0
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 497657fbb..83ddb8de4 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -364,7 +364,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((0) * 1000) + 902) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((2) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |