diff options
author | marha <marha@users.sourceforge.net> | 2014-11-30 14:33:32 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-11-30 14:33:32 +0100 |
commit | 1ad4bd867834180639568d521172f788e772b4a1 (patch) | |
tree | 32b6c01e21f5a72d93b736ca1079f26efea71400 /include | |
parent | 7147e58c389cffeb930bdd8e3a2fdfc5d5bb3a0c (diff) | |
download | vcxsrv-1ad4bd867834180639568d521172f788e772b4a1.tar.gz vcxsrv-1ad4bd867834180639568d521172f788e772b4a1.tar.bz2 vcxsrv-1ad4bd867834180639568d521172f788e772b4a1.zip |
Increased version to 1.16.2.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 a38c7e0a9..b90354d69 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) + ((1) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((16) * 100000) + ((2) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |