aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaojie Sun <shaojie.sun@linaro.com>2013-08-14 17:49:40 +0800
committerShaojie Sun <shaojie.sun@linaro.com>2013-08-14 18:36:56 +0800
commit24dcaa26a9903b35a3f6377c67de93f47e1f14ae (patch)
tree27e5416897ab18aab4d48c3f49af1d22114f0748
parent171c0875cc022db24d76fbbd5ec0b5692dc740dd (diff)
version 0.7.0powerdebug-0.7.0
add gpio modification function. Signed-off-by: Shaojie Sun <shaojie.sun@linaro.com>
-rw-r--r--debian/changelog6
-rw-r--r--powerdebug.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d5a121c..79d2c06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+powerdebug (0.7.0-2013.08-0) precise; urgency=low
+
+ * add gpio modification function.
+
+ -- shaojie.sun <shaojie.sun@linaro.org> Wed, 14 Aug 2013 18:34:23 +8000
+
powerdebug (0.6.4-2013.04-0) precise; urgency=low
* support for multiple ENTER key values
diff --git a/powerdebug.h b/powerdebug.h
index c4cf88d..a77e36e 100644
--- a/powerdebug.h
+++ b/powerdebug.h
@@ -13,4 +13,4 @@
* - initial API and implementation
*******************************************************************************/
-#define VERSION "0.6.4"
+#define VERSION "0.7.0"