aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-21 15:54:20 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-21 15:54:20 +0200
commit8f8050792fa4040615bcdac2aaae7e81f7122769 (patch)
tree8d286e399d0cbf1a1a4f82f1eeabbb4cf0a6fa29
parente78bc07486eb127901860563911533230bcc53a3 (diff)
Version 0.5.0powerdebug-0.5.0
- added tree algorithm - a lot of code cleanup - rewrote the clock code - rewrote the display code - rewrote the regulator code - rewrote the sensor code - rewrote the search code for a clock - added sensor to display - added a mainloop - made the different pm block code consistent to each other - removed most of global variables - fixed https://bugs.launchpad.net/linaro-powerdebug/+bug/794725 - fixed https://bugs.launchpad.net/linaro-powerdebug/+bug/794726 - fixed https://bugs.launchpad.net/linaro-powerdebug/+bug/794728 - fixed https://bugs.launchpad.net/linaro-powerdebug/+bug/794731 Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--powerdebug.h2
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"