diff options
author | Bob Moore <robert.moore@intel.com> | 2008-04-10 17:06:41 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-22 20:29:28 +0200 |
commit | 8a2e71a82375aa2aef571d5fa9064ba67c8856a5 (patch) | |
tree | 1c8fe735ac529f05397886b346afa4743e4360fb /include/acpi | |
parent | ACPICA: Fixed a problem with CopyObject used in conjunction with the Index op... (diff) | |
download | linux-8a2e71a82375aa2aef571d5fa9064ba67c8856a5.tar.xz linux-8a2e71a82375aa2aef571d5fa9064ba67c8856a5.zip |
ACPICA: Update version to 20071114
Update version to 20071114.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index a2d4c877b1ac..c21e12d165fe 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h @@ -63,7 +63,7 @@ /* Current ACPICA subsystem version in YYYYMMDD format */ -#define ACPI_CA_VERSION 0x20071019 +#define ACPI_CA_VERSION 0x20071114 /* * OS name, used for the _OS object. The _OS object is essentially obsolete, |