aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-15 14:50:24 +0200
committermarha <marha@users.sourceforge.net>2012-06-15 14:50:24 +0200
commitd569c4524f9739b3af246c9f658b1156bb49649a (patch)
treef5d2668dd276c87fb726b7a1fd9d5a4c60ad8ea8 /include
parent1501699f035761714a1d4540d65a1afb7c567abe (diff)
downloadvcxsrv-d569c4524f9739b3af246c9f658b1156bb49649a.tar.gz
vcxsrv-d569c4524f9739b3af246c9f658b1156bb49649a.tar.bz2
vcxsrv-d569c4524f9739b3af246c9f658b1156bb49649a.zip
Increased version number to 1.12.2.0
Diffstat (limited to 'include')
-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 fed889fa2..0a839f6c0 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) + ((0) * 1000) + 1)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((12) * 100000) + ((2) * 1000) + 0)
/* Xorg release date */
#define XORG_DATE "10 Sept 2009"