From: Amit Kucheria amit.kucheria@linaro.org
Signed-off-by: Amit Kucheria amit.kucheria@linaro.org --- idlestat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idlestat.c b/idlestat.c index 9228618..9d88ee9 100644 --- a/idlestat.c +++ b/idlestat.c @@ -1085,7 +1085,7 @@ static int idlestat_store(const char *path) return -1; }
- fprintf(f, "version = 1\n"); + fprintf(f, "version = %s\n", IDLESTAT_VERSION); fprintf(f, "cpus=%d\n", ret);
/* output topology information */