diff options
author | marha <marha@users.sourceforge.net> | 2015-04-30 23:45:25 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2015-04-30 23:45:25 +0200 |
commit | 18a929ea41cc85fddd6e4fee6aa6aa4234ce29f1 (patch) | |
tree | 8b4c41c5c493af3f3eecae5a74f868cfdd9d798d /include | |
parent | 055e5645a789d2822d3c4e5a3bc81ff6a969ff31 (diff) | |
download | vcxsrv-18a929ea41cc85fddd6e4fee6aa6aa4234ce29f1.tar.gz vcxsrv-18a929ea41cc85fddd6e4fee6aa6aa4234ce29f1.tar.bz2 vcxsrv-18a929ea41cc85fddd6e4fee6aa6aa4234ce29f1.zip |
Increased version to 1.17.0.0
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 b90354d69..6d20e1c02 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) + ((16) * 100000) + ((2) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((17) * 100000) + ((0) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |