diff options
author | marha <marha@users.sourceforge.net> | 2010-01-25 08:46:18 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-01-25 08:46:18 +0000 |
commit | 658c16ed0fbdcde3c4ffec3c167a6f48290dd742 (patch) | |
tree | 83c907aaafd305f6204e973064cbdf4b2ea940f2 /include/dix-config.h | |
parent | 724396e50bc811ea09416afbe00a8420d60647bf (diff) | |
download | vcxsrv-658c16ed0fbdcde3c4ffec3c167a6f48290dd742.tar.gz vcxsrv-658c16ed0fbdcde3c4ffec3c167a6f48290dd742.tar.bz2 vcxsrv-658c16ed0fbdcde3c4ffec3c167a6f48290dd742.zip |
Increased version number1.7.99.6
Diffstat (limited to 'include/dix-config.h')
-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 f63bf19f9..eb2415e2f 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -396,7 +396,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((7) * 100000) + ((99) * 1000) + 5) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((7) * 100000) + ((99) * 1000) + 6) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |