diff options
author | marha <marha@users.sourceforge.net> | 2011-02-10 07:44:14 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-10 07:44:14 +0000 |
commit | 637857ef094f54a4c832ed2280b691c1e0ed8094 (patch) | |
tree | 6f5ffbaf1c2924ea1b4257124553d4e0c501ebee /include/dix-config.h | |
parent | 2eccc8cdcbff8a71ee25bac7cd71ef4f40564285 (diff) | |
download | vcxsrv-637857ef094f54a4c832ed2280b691c1e0ed8094.tar.gz vcxsrv-637857ef094f54a4c832ed2280b691c1e0ed8094.tar.bz2 vcxsrv-637857ef094f54a4c832ed2280b691c1e0ed8094.zip |
Increased version to 1.9.4.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 da01ce524..89d255ede 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) + ((3) * 1000) + 1) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((9) * 100000) + ((4) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |