aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2016-09-29 19:05:00 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2016-09-29 19:05:00 +0200
commit8df1b106e426c1f4335838992857fdb956b04234 (patch)
tree97cc84cc32b347ffda80d0208d66275a3ac6fb00
parentcfb0d5a6c7eed2f13bd31c23e5c7598cbd1c28ec (diff)
Fix the version number.idlestat-0.7
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--idlestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlestat.c b/idlestat.c
index c956032..5571ae8 100644
--- a/idlestat.c
+++ b/idlestat.c
@@ -52,7 +52,7 @@
#include "trace_ops.h"
#include "compiler.h"
-#define IDLESTAT_VERSION "0.5"
+#define IDLESTAT_VERSION "0.7"
#define USEC_PER_SEC 1000000
static char buffer[BUFSIZE];