From 22183b3e5f73b8afdef4c4348c7bda740f10b8af Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 10 Sep 2009 06:13:34 +0000 Subject: New version 1.1.0 --- include/dix-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/dix-config.h') diff --git a/include/dix-config.h b/include/dix-config.h index 54eb60259..3b6316a5d 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -405,10 +405,10 @@ /* #undef XORG_RELEASE */ /* Current Xorg version */ -#define XORG_VERSION_CURRENT (((1) * 10000000) + ((0) * 100000) + ((2) * 1000) + 0) +#define XORG_VERSION_CURRENT (((1) * 10000000) + ((1) * 100000) + ((0) * 1000) + 0) /* Xorg release date */ -#define XORG_DATE "2 August 2009" +#define XORG_DATE "10 Sept 2009" /* Build Xv Extension */ /* #undef XvExtension */ -- cgit v1.2.3