diff options
author | marha <marha@users.sourceforge.net> | 2014-10-12 21:52:37 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-10-12 21:52:37 +0200 |
commit | 98249a0647355198508b27a58ed255bcf206dc62 (patch) | |
tree | 2ec3368713d9c0538d34f8142f40a9f20da6e699 /include | |
parent | 1a83b8e49a75e2dab63805de25e384e0e38c27ed (diff) | |
download | vcxsrv-98249a0647355198508b27a58ed255bcf206dc62.tar.gz vcxsrv-98249a0647355198508b27a58ed255bcf206dc62.tar.bz2 vcxsrv-98249a0647355198508b27a58ed255bcf206dc62.zip |
Upgraded version number to 1.16.1.0
Added release note
Diffstat (limited to 'include')
-rwxr-xr-x | 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 11ebc2439..a38c7e0a9 100755 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -372,7 +372,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((15) * 100000) + ((2) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((16) * 100000) + ((1) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |