From da4484e53f2a4661e9df43c90aad4b52c2ffc0c2 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Sat, 28 Feb 2015 07:49:50 -0500 Subject: Increase version string to 1.15.2.4 --- include/dix-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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" -- cgit v1.2.3