diff options
author | marha <marha@users.sourceforge.net> | 2013-09-19 08:37:56 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-09-19 08:37:56 +0200 |
commit | 1e8490bdbb42bb358a2d58526c0e21bc665989e4 (patch) | |
tree | ba9c607f3535d0ed5b70462f398d4bee89f00ddc /include | |
parent | 1531508ab9f3e354128ce17889784b703e99a480 (diff) | |
download | vcxsrv-1e8490bdbb42bb358a2d58526c0e21bc665989e4.tar.gz vcxsrv-1e8490bdbb42bb358a2d58526c0e21bc665989e4.tar.bz2 vcxsrv-1e8490bdbb42bb358a2d58526c0e21bc665989e4.zip |
Increased version to 1.14.3 and now compile with Visual Studio 2012 Express Edition
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 cdde905f8..a05707d38 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -357,7 +357,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((14) * 100000) + ((2) * 1000) + 1) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((14) * 100000) + ((3) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |