From 8f8050792fa4040615bcdac2aaae7e81f7122769 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Tue, 21 Jun 2011 15:54:20 +0200 Subject: 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 --- powerdebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3