From patchwork Mon May 9 12:07:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 67344 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp1562806qge; Mon, 9 May 2016 05:15:46 -0700 (PDT) X-Received: by 10.55.59.74 with SMTP id i71mr10427904qka.50.1462796146760; Mon, 09 May 2016 05:15:46 -0700 (PDT) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id l10si6595258qgf.111.2016.05.09.05.15.46 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 09 May 2016 05:15:46 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org Received: from localhost ([::1]:40900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azk6E-0008LX-5F for patch@linaro.org; Mon, 09 May 2016 08:15:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azjzU-00033J-7T for qemu-devel@nongnu.org; Mon, 09 May 2016 08:08:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azjzS-0004ab-9W for qemu-devel@nongnu.org; Mon, 09 May 2016 08:08:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azjzS-0004a6-3t for qemu-devel@nongnu.org; Mon, 09 May 2016 08:08:46 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CBBAD804E1; Mon, 9 May 2016 12:08:45 +0000 (UTC) Received: from localhost (ovpn-112-46.ams2.redhat.com [10.36.112.46]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u49C8hYT022219; Mon, 9 May 2016 08:08:44 -0400 From: Stefan Hajnoczi To: qemu-devel@nongnu.org Date: Mon, 9 May 2016 13:07:59 +0100 Message-Id: <1462795687-25698-16-git-send-email-stefanha@redhat.com> In-Reply-To: <1462795687-25698-1-git-send-email-stefanha@redhat.com> References: <1462795687-25698-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 09 May 2016 12:08:45 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 15/23] Update version for v2.6.0-rc4 release X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marc.mari.barcelo@gmail.com, Paolo Bonzini , jsnow@redhat.com, Peter Maydell Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" From: Peter Maydell Signed-off-by: Peter Maydell --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.5.5 diff --git a/VERSION b/VERSION index 127ee42..7ff039e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.93 +2.5.94