diff options
author | marha <marha@users.sourceforge.net> | 2010-03-18 14:01:30 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-03-18 14:01:30 +0000 |
commit | d792a6e870288fd8f0baf9943caf1628224b764c (patch) | |
tree | 84a7d544c1df15dffe7e18bf9cf0884250b831fc /include/dix-config.h | |
parent | ed47063ec4933a51ef0f2f7d667b8178a86b6b12 (diff) | |
parent | 1bee0ef6e6bd055ba9083c1b3863549b8a9093cc (diff) | |
download | vcxsrv-d792a6e870288fd8f0baf9943caf1628224b764c.tar.gz vcxsrv-d792a6e870288fd8f0baf9943caf1628224b764c.tar.bz2 vcxsrv-d792a6e870288fd8f0baf9943caf1628224b764c.zip |
svn merge "^/branches/released" .1.7.99.902
increased version number
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 7545b846a..93194b06f 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) + 901) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((7) * 100000) + ((99) * 1000) + 902) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |