diff options
author | marha <marha@users.sourceforge.net> | 2012-08-22 08:08:02 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-22 08:08:02 +0200 |
commit | 9ce028f54f7b9c75521c34c45c3a2f9b9b39c9a2 (patch) | |
tree | 60ef0c4495d5aaa874d7319df328b87021f43f55 /include | |
parent | de2ff253dcff3d6034758a9e89dd2158a655e60e (diff) | |
download | vcxsrv-9ce028f54f7b9c75521c34c45c3a2f9b9b39c9a2.tar.gz vcxsrv-9ce028f54f7b9c75521c34c45c3a2f9b9b39c9a2.tar.bz2 vcxsrv-9ce028f54f7b9c75521c34c45c3a2f9b9b39c9a2.zip |
Increased version to 1.12.99.0
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 0a839f6c0..72215541e 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -351,7 +351,7 @@ #undef XORG_RELEASE /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((12) * 100000) + ((2) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((12) * 100000) + ((99) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "10 Sept 2009" |