summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaojie Sun <shaojie.sun@linaro.com>2013-09-18 16:27:37 +0800
committerShaojie Sun <shaojie.sun@linaro.com>2013-09-18 16:27:37 +0800
commit330a9e1a9bb7a94e869887cc40e51946cfe51476 (patch)
treee562f22086025bbd9316551a8f686941ee108074
parent0ff9d431c3a8771d06a53431ddee63c2c9132492 (diff)
set version number to "0.2"broken-branch
Build idlestat tool on android platform. Signed-off-by: Shaojie Sun <shaojie.sun@linaro.com>
-rw-r--r--idlestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlestat.c b/idlestat.c
index efd0fea..48b00e0 100644
--- a/idlestat.c
+++ b/idlestat.c
@@ -16,7 +16,7 @@
#include "list.h"
#include "topology.h"
-#define IDLESTAT_VERSION "0.1"
+#define IDLESTAT_VERSION "0.22
static char buffer[BUFSIZE];