From 3e7ba7c56d4bea0f4df1ffd0137a352dbbe33d43 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 8 Dec 2005 15:44:53 +0100 Subject: [PATCH] [PATCH] Bump version to 1.1 for release --- fio-ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fio-ini.c b/fio-ini.c index 549be0ec..d3495649 100644 --- a/fio-ini.c +++ b/fio-ini.c @@ -35,7 +35,7 @@ #define DEF_USE_THREAD (0) #define DEF_FILE_SIZE (1024 * 1024 * 1024UL) -static char fio_version_string[] = "fio 1.0"; +static char fio_version_string[] = "fio 1.1"; static int repeatable = DEF_RAND_REPEAT; static char *ini_file; -- 2.25.1