From 2d9b03191a3fce6be6e5bbf257097ed9007fa019 Mon Sep 17 00:00:00 2001 From: rmoore1 Date: Tue, 12 Sep 2006 16:47:00 +0000 Subject: [PATCH] ACPICA: Update version # --- source/include/acconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/include/acconfig.h b/source/include/acconfig.h index 7daa39696..36a6dd4df 100644 --- a/source/include/acconfig.h +++ b/source/include/acconfig.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acconfig.h - Global configuration constants - * $Revision: 1.225 $ + * $Revision: 1.226 $ * *****************************************************************************/ @@ -137,7 +137,7 @@ /* Current ACPICA subsystem version in YYYYMMDD format */ -#define ACPI_CA_VERSION 0x20060831 +#define ACPI_CA_VERSION 0x20060912 /* * OS name, used for the _OS object. The _OS object is essentially obsolete,