diff options
author | marha <marha@users.sourceforge.net> | 2010-09-11 21:38:58 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-09-11 21:38:58 +0000 |
commit | 356036620c23163ec408b4104a0023d82262b809 (patch) | |
tree | cf0ef262f8d4b7b0d8449dc798dc7e177416d0ed /include/dix-config.h | |
parent | 5348c8918a9ebee313538786fb711e36e492e40c (diff) | |
download | vcxsrv-356036620c23163ec408b4104a0023d82262b809.tar.gz vcxsrv-356036620c23163ec408b4104a0023d82262b809.tar.bz2 vcxsrv-356036620c23163ec408b4104a0023d82262b809.zip |
Increased version (solves regression from 1.9.0.0)1.9.0.1
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 ed3596a09..a8d426a05 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) + ((9) * 100000) + ((0) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((0) * 1000) + 1) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |