diff options
author | marha <marha@users.sourceforge.net> | 2009-08-06 12:40:29 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-06 12:40:29 +0000 |
commit | 527d85e0327133858ddb86169f2840f305c192b3 (patch) | |
tree | a9f68e42701a159cf141aa7517f225e1d14f69d1 /include/dix-config.h | |
parent | 8b7fb34c4a3483aea08ddcc697b2a11c17d2e403 (diff) | |
download | vcxsrv-527d85e0327133858ddb86169f2840f305c192b3.tar.gz vcxsrv-527d85e0327133858ddb86169f2840f305c192b3.tar.bz2 vcxsrv-527d85e0327133858ddb86169f2840f305c192b3.zip |
Increased version number.1.0.1
Diffstat (limited to 'include/dix-config.h')
-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 53e956da1..031bcb56f 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -405,7 +405,7 @@ /* #undef XORG_RELEASE */ /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((0) * 100000) + ((0) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((0) * 100000) + ((1) * 1000) + 0) /* Xorg release date */ #define XORG_DATE "2 August 2009" |