Version 0.3

 - whitespace cleanups
 - get rid of colors
 - make header display more compact
 - cleanup makefile for debian packaging
diff --git a/powerdebug.h b/powerdebug.h
index ea1ad29..67e8453 100644
--- a/powerdebug.h
+++ b/powerdebug.h
@@ -23,7 +23,7 @@
 #include <errno.h>
 #include <ncurses.h>
 
-#define VERSION "1.0"
+#define VERSION "0.3"
 
 #define TOTAL_FEATURE_WINS 3  /* Regulator, Clock and Sensor (for now) */
 enum {CLOCK, REGULATOR, SENSOR};