diff options
author | Bob Moore <robert.moore@intel.com> | 2009-06-25 10:31:32 -0700 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-27 10:17:21 -0400 |
commit | 3ce804ed83827a7fd27190836f9421b29ac64512 (patch) | |
tree | 6624f54a1ba82a55bbcf6f1429f03abd031cf23c | |
parent | eb2289ba1ba994de25af0d94b5e80ba93d2c1c3c (diff) |
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>
-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 04904c7f1aa..063e577e791 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" |