aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2014-04-05 13:14:10 -0400
committerMike DePaulo <mikedep333@gmail.com>2014-04-05 13:14:10 -0400
commit2c826fe506bec8ee9aa70b2f7b1b3d823e67b9c6 (patch)
treecd4dd298053be1b99bab09acf8af9fa9e1a44d92 /include
parent0369f4edc8c0630f86fe2429d3c68a1aae1d7fdb (diff)
downloadvcxsrv-2c826fe506bec8ee9aa70b2f7b1b3d823e67b9c6.tar.gz
vcxsrv-2c826fe506bec8ee9aa70b2f7b1b3d823e67b9c6.tar.bz2
vcxsrv-2c826fe506bec8ee9aa70b2f7b1b3d823e67b9c6.zip
Bump version string & Date: 1.14.3 (19 Sep 2013) -> 1.14.3.1 (05 Apr 2014)1.14.3.1
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 a05707d38..0476a01e7 100644
--- a/include/dix-config.h
+++ b/include/dix-config.h
@@ -357,7 +357,7 @@
#undef XORG_RELEASE
/* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((14) * 100000) + ((3) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((14) * 100000) + ((3) * 1000) + 1)
/* Xorg release date */
#define XORG_DATE "10 Sept 2009"