[PATCH] Bump version to 1.1 for release fio-1.1
authorJens Axboe <axboe@suse.de>
Thu, 8 Dec 2005 14:44:53 +0000 (15:44 +0100)
committerJens Axboe <axboe@suse.de>
Thu, 8 Dec 2005 14:44:53 +0000 (15:44 +0100)
fio-ini.c

index 549be0ec5791ff5b6021848c1cd6249dd13ac4ae..d34956494557b32a51b18c2d25852cf6b6359c22 100644 (file)
--- 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;