aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@linaro.org>2011-01-17 17:30:58 +0200
committerAmit Kucheria <amit.kucheria@linaro.org>2011-01-17 17:30:58 +0200
commiteea3487a091c190658542bce0b623f9a1a3f5a2e (patch)
tree5d734690f6a0eb1e09c0f97d4452cf620856ddd8
parentc0e17fcf863a1507b4a101ac27f98ffffb98ce01 (diff)
Version 0.4powerdebug-0.4
- fix copyright in source files
-rw-r--r--powerdebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerdebug.h b/powerdebug.h
index a085e65..f7fdc21 100644
--- a/powerdebug.h
+++ b/powerdebug.h
@@ -22,7 +22,7 @@
#include <errno.h>
#include <ncurses.h>
-#define VERSION "0.3"
+#define VERSION "0.4"
#define TOTAL_FEATURE_WINS 3 /* Regulator, Clock and Sensor (for now) */
enum {CLOCK, REGULATOR, SENSOR};