From patchwork Tue Jun 21 08:50:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 2112 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5B98D23F4E for ; Tue, 21 Jun 2011 08:50:33 +0000 (UTC) Received: from mail-vw0-f52.google.com (mail-vw0-f52.google.com [209.85.212.52]) by fiordland.canonical.com (Postfix) with ESMTP id 0DD82A181C6 for ; Tue, 21 Jun 2011 08:50:32 +0000 (UTC) Received: by vws16 with SMTP id 16so4450265vws.11 for ; Tue, 21 Jun 2011 01:50:32 -0700 (PDT) Received: by 10.52.98.97 with SMTP id eh1mr8801568vdb.7.1308646232438; Tue, 21 Jun 2011 01:50:32 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.52.183.130 with SMTP id em2cs52934vdc; Tue, 21 Jun 2011 01:50:32 -0700 (PDT) Received: by 10.227.208.202 with SMTP id gd10mr6029608wbb.23.1308646231312; Tue, 21 Jun 2011 01:50:31 -0700 (PDT) Received: from smtp.smtpout.orange.fr (smtp08.smtpout.orange.fr [80.12.242.130]) by mx.google.com with ESMTP id fr1si11144538wbb.110.2011.06.21.01.50.30; Tue, 21 Jun 2011 01:50:31 -0700 (PDT) Received-SPF: neutral (google.com: 80.12.242.130 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=80.12.242.130; Authentication-Results: mx.google.com; spf=neutral (google.com: 80.12.242.130 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) smtp.mail=daniel.lezcano@linaro.org Received: from monster.dhcp.lxc ([92.134.95.191]) by mwinf5d31 with ME id yYqV1g00B47kPVY03YqWnQ; Tue, 21 Jun 2011 10:50:30 +0200 From: Daniel Lezcano To: linaro-dev@lists.linaro.org Subject: [powerdebug 2/2] set version to 0.5.0 Date: Tue, 21 Jun 2011 10:50:00 +0200 Message-Id: <1308646200-31073-2-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1308646200-31073-1-git-send-email-daniel.lezcano@linaro.org> References: <1308646200-31073-1-git-send-email-daniel.lezcano@linaro.org> Signed-off-by: Daniel Lezcano --- powerdebug.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/powerdebug.h b/powerdebug.h index 73e3581..01b22ba 100644 --- a/powerdebug.h +++ b/powerdebug.h @@ -13,6 +13,6 @@ * - initial API and implementation *******************************************************************************/ -#define VERSION "0.4.1" +#define VERSION "0.5.0"