From patchwork Sun Sep 23 04:34:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Len Brown X-Patchwork-Id: 1494951 Return-Path: X-Original-To: patchwork-linux-acpi@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 39CD2DF24C for ; Sun, 23 Sep 2012 04:38:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753762Ab2IWEfi (ORCPT ); Sun, 23 Sep 2012 00:35:38 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:49268 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753545Ab2IWEfS (ORCPT ); Sun, 23 Sep 2012 00:35:18 -0400 Received: by mail-qc0-f174.google.com with SMTP id o28so3582042qcr.19 for ; Sat, 22 Sep 2012 21:35:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references:reply-to:organization; bh=7VacFNbxc2mgcy7huS0uCnukl+Qutx7ihtQC5pdrvJQ=; b=y5B6xp9Tsf0PONFIzpIJ+5S+7ZDNw7TTdewJVFOd5M+TU7syvNgyMKnGDehHWu3VeH xowQZReuFQjmNpqG4WIqQ7JDtyiQiGl7nGo00n3olS8O5PBWl+V0A1Dmr0tFpJqO8+2v onRYLJNZzRaT1AWh0bpzl07x6Zmlgl+3V0PqgEk5+hyv5WSxioJKkBbKaBIcjvvvLyGa buYZCn6fxdfCkHjL4gqUMpM2J0gjWzUJ0hzgvB0WQ9s5WeQ118HOqBB2n/s4w7gefbec Er3F5CsISjezBMyBLKK+ISI7b0BBiRlbQe02ZtxgUamg7w+55leUjNAVpiHnneFzlg3O +e/w== Received: by 10.224.191.130 with SMTP id dm2mr23085568qab.98.1348374917720; Sat, 22 Sep 2012 21:35:17 -0700 (PDT) Received: from x980.localdomain6 (pool-74-104-144-44.bstnma.fios.verizon.net. [74.104.144.44]) by mx.google.com with ESMTPS id ck11sm19871874qab.17.2012.09.22.21.35.12 (version=SSLv3 cipher=OTHER); Sat, 22 Sep 2012 21:35:14 -0700 (PDT) From: Len Brown To: linux-acpi@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Bob Moore , Lv Zheng , Len Brown Subject: [PATCH 17/23] ACPICA: Update version to 20120913 Date: Sun, 23 Sep 2012 00:34:05 -0400 Message-Id: X-Mailer: git-send-email 1.7.12.1.396.g16eed7c In-Reply-To: <1348374851-20378-1-git-send-email-lenb@kernel.org> References: <1348374851-20378-1-git-send-email-lenb@kernel.org> In-Reply-To: References: Reply-To: Len Brown Organization: Intel Open Source Technology Center Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org From: Bob Moore Version 20120913. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Len Brown --- include/acpi/acpixf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 03457a9..267bfc4 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 0x20120816 +#define ACPI_CA_VERSION 0x20120913 #include "acconfig.h" #include "actypes.h"