From 8df1b106e426c1f4335838992857fdb956b04234 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Thu, 29 Sep 2016 19:05:00 +0200 Subject: Fix the version number. Signed-off-by: Daniel Lezcano --- idlestat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3