aboutsummaryrefslogtreecommitdiff
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-22 16:10:46 +0800
commit5b9c18bca578cb61cee54cc1e127281b8dc7a799 (patch)
treecf36af5a36d4874a32ceb1c701b87f7656409de3
parent0ff9d431c3a8771d06a53431ddee63c2c9132492 (diff)
set version number to "0.2"idlestat-0.2
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..88150a9 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.2"
static char buffer[BUFSIZE];