From: Amit Kucheria <amit.kuche...@linaro.org>

Signed-off-by: Amit Kucheria <amit.kuche...@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 */
-- 
1.9.1


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to