diff options
author | marha <marha@users.sourceforge.net> | 2012-10-22 08:44:29 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-10-22 08:44:29 +0200 |
commit | b929a2bab9e244cbc823f7bb2fe9e21537e3ceb7 (patch) | |
tree | 29d1e5a4d0474691206cfa2bd3f96246fc1c7c2f /include | |
parent | b318686d7779dab877e5fb33b7d97034cf8f44a8 (diff) | |
download | vcxsrv-b929a2bab9e244cbc823f7bb2fe9e21537e3ceb7.tar.gz vcxsrv-b929a2bab9e244cbc823f7bb2fe9e21537e3ceb7.tar.bz2 vcxsrv-b929a2bab9e244cbc823f7bb2fe9e21537e3ceb7.zip |
Increased version number to 1.13.0.01.13.0.0
Added release not for 1.13.0.0
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 4ea5fbb2d..223585079 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -354,7 +354,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((12) * 100000) + ((99) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((13) * 100000) + ((0) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |