diff options
author | marha <marha@users.sourceforge.net> | 2010-05-12 13:03:33 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-05-12 13:03:33 +0000 |
commit | 6b29aa4559aeb6f795caee047561654bfa0a1954 (patch) | |
tree | b0bc1fac200bc4ed6d17c9932bf03e1ce97be7b5 /include | |
parent | 6ae12ffad7479f690b5780213e8b52df6bbd15e6 (diff) | |
download | vcxsrv-6b29aa4559aeb6f795caee047561654bfa0a1954.tar.gz vcxsrv-6b29aa4559aeb6f795caee047561654bfa0a1954.tar.bz2 vcxsrv-6b29aa4559aeb6f795caee047561654bfa0a1954.zip |
Increased version number
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 70339afe9..5d26cdd6e 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) + ((8) * 100000) + ((0) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((8) * 100000) + ((1) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |