aboutsummaryrefslogtreecommitdiff
path: root/include/dix-config.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-08-07 15:31:27 +0000
committermarha <marha@users.sourceforge.net>2009-08-07 15:31:27 +0000
commita5791878ca9158f776e6fccbf925bb7aa8aec8f2 (patch)
tree51c90c7ad309faf23b5797fd8ac736f85586bbce /include/dix-config.h
parent9b9c9dadd6bc6b093defe069a7605a78acbc2d3b (diff)
downloadvcxsrv-a5791878ca9158f776e6fccbf925bb7aa8aec8f2.tar.gz
vcxsrv-a5791878ca9158f776e6fccbf925bb7aa8aec8f2.tar.bz2
vcxsrv-a5791878ca9158f776e6fccbf925bb7aa8aec8f2.zip
- Increased version number
- VC used _strdup instead of strdup
Diffstat (limited to 'include/dix-config.h')
-rw-r--r--include/dix-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix-config.h b/include/dix-config.h
index 031bcb56f..54eb60259 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) + ((1) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((0) * 100000) + ((2) * 1000) + 0)
/* Xorg release date */
#define XORG_DATE "2 August 2009"