diff options
author | Jens Axboe <axboe@suse.de> | 2006-06-13 09:38:36 +0200 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-06-13 09:38:36 +0200 |
commit | f4866ec5515d8ee329bd904764212489efc8cba2 (patch) | |
tree | f33348888260a498a302c8ab7c1bab23ffedccf6 | |
parent | 906c8d75eef9247c02d1f1f6771b6fa2338329fa (diff) | |
download | fio-f4866ec5515d8ee329bd904764212489efc8cba2.tar.gz fio-f4866ec5515d8ee329bd904764212489efc8cba2.tar.bz2 |
[PATCH fio-1.5fio-1.5
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ static int def_timeout = DEF_TIMEOUT; -static char fio_version_string[] = "fio 1.4"; +static char fio_version_string[] = "fio 1.5"; static char **ini_file; static int max_jobs = MAX_JOBS; |