commit | 8f8050792fa4040615bcdac2aaae7e81f7122769 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 21 15:54:20 2011 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 21 15:54:20 2011 +0200 |
tree | 8d286e399d0cbf1a1a4f82f1eeabbb4cf0a6fa29 | |
parent | e78bc07486eb127901860563911533230bcc53a3 [diff] |
Version 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>
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"