aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2017-04-12 16:12:39 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2017-04-12 16:12:39 -0700
commit2247a8e07d208470b381b90e0540ee3cced3fbcb (patch)
tree3ef0106fedf9e2ab0d34eedbaeb14d5b242fa71b
parent12e88e3d7950ec5832f78b1ba326afddec7af4c2 (diff)
Update the version number to v0.8idlestat-0.8
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--idlestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlestat.c b/idlestat.c
index 93ac86a..8c3a01e 100644
--- a/idlestat.c
+++ b/idlestat.c
@@ -52,7 +52,7 @@
#include "trace_ops.h"
#include "compiler.h"
-#define IDLESTAT_VERSION "0.7"
+#define IDLESTAT_VERSION "0.8"
#define USEC_PER_SEC 1000000
static char buffer[BUFSIZE];