diff options
author | marha <marha@users.sourceforge.net> | 2010-09-06 12:40:56 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-09-06 12:40:56 +0000 |
commit | 94c3c542347a3aa9ae77fee6183416a64102be5e (patch) | |
tree | 72959a353732f8e7236a34da58981a9490d75ae7 /include/dix-config.h | |
parent | bd2374fbd8ef9330bf05268e5267921db38f355d (diff) | |
download | vcxsrv-1.9.0.0.tar.gz vcxsrv-1.9.0.0.tar.bz2 vcxsrv-1.9.0.0.zip |
Increased version to 1.9.0.01.9.0.0
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 3c1da8a7a..ed3596a09 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) + ((99) * 1000) + 906) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((0) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |