diff options
author | marha <marha@users.sourceforge.net> | 2010-06-16 15:54:28 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-06-16 15:54:28 +0000 |
commit | ed16af1abc515d7cc3ff9c5794aef89551fe7494 (patch) | |
tree | 4c1890d8d246c08775905dc522af742d5b864f5f /include | |
parent | 1a4844148466b7f3b61ecf348fe3248fdbc08130 (diff) | |
download | vcxsrv-ed16af1abc515d7cc3ff9c5794aef89551fe7494.tar.gz vcxsrv-ed16af1abc515d7cc3ff9c5794aef89551fe7494.tar.bz2 vcxsrv-ed16af1abc515d7cc3ff9c5794aef89551fe7494.zip |
Bumped to verson 1.8.99.901
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 6a6fbdf96..d3ae0b0f5 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) + ((1) * 1000) + 1) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((8) * 100000) + ((99) * 1000) + 901) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |