aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@linaro.org>2011-01-24 13:15:27 +0200
committerAmit Kucheria <amit.kucheria@linaro.org>2011-01-24 13:15:27 +0200
commit5bd36f85914cda896e0b912093b42b257697c20a (patch)
tree4c617b3fa91a1289926fb847fabbf6b599b774dc
parente66977aaff706aa517b7fb716f730c227b77f48f (diff)
Version 0.4.1powerdebug-0.4.1
- Add LICENSE file with EPL
-rw-r--r--powerdebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerdebug.h b/powerdebug.h
index f7fdc21..8a3b5bd 100644
--- a/powerdebug.h
+++ b/powerdebug.h
@@ -22,7 +22,7 @@
#include <errno.h>
#include <ncurses.h>
-#define VERSION "0.4"
+#define VERSION "0.4.1"
#define TOTAL_FEATURE_WINS 3 /* Regulator, Clock and Sensor (for now) */
enum {CLOCK, REGULATOR, SENSOR};