diff options
author | marha <marha@users.sourceforge.net> | 2012-12-05 10:08:45 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-12-05 10:08:45 +0100 |
commit | 885ca409e83738e51a7ca82541faa2ad2ba283b0 (patch) | |
tree | 199ba964d01fe660134908aa2fa963921ff697dd /include | |
parent | 52fc95bab22331376f6a7351fdc07f805bd67610 (diff) | |
download | vcxsrv-885ca409e83738e51a7ca82541faa2ad2ba283b0.tar.gz vcxsrv-885ca409e83738e51a7ca82541faa2ad2ba283b0.tar.bz2 vcxsrv-885ca409e83738e51a7ca82541faa2ad2ba283b0.zip |
Updated version to 1.13.1.0
Added release note
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 223585079..aa5863c25 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) + ((13) * 100000) + ((0) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((13) * 100000) + ((1) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |