diff options
author | marha <marha@users.sourceforge.net> | 2011-07-18 11:03:24 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-07-18 11:03:24 +0200 |
commit | c3e93270506a7219ef8036f884859e95797e38cb (patch) | |
tree | 9ad5b012f51189bf15038576f1e1b14f48074369 /include | |
parent | 0256e696cc3b22f3eb105ab63fd3cce24cd21b2f (diff) | |
download | vcxsrv-c3e93270506a7219ef8036f884859e95797e38cb.tar.gz vcxsrv-c3e93270506a7219ef8036f884859e95797e38cb.tar.bz2 vcxsrv-c3e93270506a7219ef8036f884859e95797e38cb.zip |
Increased version 1.10.3.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 88f4c2ac0..6b9e6774c 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -375,7 +375,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((10) * 100000) + ((3) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((10) * 100000) + ((3) * 1000) + 1) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |