diff options
author | Bob Moore <robert.moore@intel.com> | 2009-06-25 19:31:32 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-27 16:17:21 +0200 |
commit | 3ce804ed83827a7fd27190836f9421b29ac64512 (patch) | |
tree | 6624f54a1ba82a55bbcf6f1429f03abd031cf23c /include | |
parent | ACPICA: ACPI 4.0: Changes for existing ACPI tables. (diff) | |
download | linux-3ce804ed83827a7fd27190836f9421b29ac64512.tar.xz linux-3ce804ed83827a7fd27190836f9421b29ac64512.zip |
ACPICA: Update version to 20090625
Update version number.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acpixf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 04904c7f1aa1..063e577e791e 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h @@ -47,7 +47,7 @@ /* Current ACPICA subsystem version in YYYYMMDD format */ -#define ACPI_CA_VERSION 0x20090521 +#define ACPI_CA_VERSION 0x20090625 #include "actypes.h" #include "actbl.h" |