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"