diff options
author | marha <marha@users.sourceforge.net> | 2014-05-01 23:26:26 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-05-01 23:26:26 +0200 |
commit | 2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f (patch) | |
tree | 709ad1eb3e3afcff3fb34fe8b7cb43f1460c495e /include | |
parent | 72c84d16dcb5acff57a408388703baf94916105f (diff) | |
download | vcxsrv-2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f.tar.gz vcxsrv-2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f.tar.bz2 vcxsrv-2dc2880eacae3d52f4ab4bb5ec43c5bbf50c5c3f.zip |
Increase version to 1.15.0.21.15.0.2
Diffstat (limited to 'include')
-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 15e3e9d30..3f317bd42 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -366,7 +366,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((15) * 100000) + ((0) * 1000) + 1) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((15) * 100000) + ((0) * 1000) + 2) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |