aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-02-28 07:49:50 -0500
committerMike DePaulo <mikedep333@gmail.com>2015-02-28 07:49:50 -0500
commitda4484e53f2a4661e9df43c90aad4b52c2ffc0c2 (patch)
tree1312d1a7d934e3898ebb7e239b96acbd62174fcb /include
parent09ac38dd180aa004f2eeab904f7116abe044ff35 (diff)
downloadvcxsrv-da4484e53f2a4661e9df43c90aad4b52c2ffc0c2.tar.gz
vcxsrv-da4484e53f2a4661e9df43c90aad4b52c2ffc0c2.tar.bz2
vcxsrv-da4484e53f2a4661e9df43c90aad4b52c2ffc0c2.zip
Increase version string to 1.15.2.4
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 c571d2eb1..726be3298 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) + ((2) * 1000) + 3)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((15) * 100000) + ((2) * 1000) + 4)
/* Xorg release date */
#define XORG_DATE "10 Sept 2009"