Fio 1.43.1 fio-1.43.1
authorJens Axboe <jaxboe@fusionio.com>
Wed, 25 Aug 2010 10:02:28 +0000 (12:02 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 25 Aug 2010 10:02:28 +0000 (12:02 +0200)
The out-of-index deref and memory bugs could hit 1.43 as well
even without trim, it just made it more apparent. So tag a new
release.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
init.c

diff --git a/init.c b/init.c
index 90e2063faf5d21e0a798d0eff74f8f67f4c66a54..1f277e2c5edc19b15ea6b91561bc80fd465054ad 100644 (file)
--- a/init.c
+++ b/init.c
@@ -22,7 +22,7 @@
 
 #include "lib/getopt.h"
 
 
 #include "lib/getopt.h"
 
-static char fio_version_string[] = "fio 1.43";
+static char fio_version_string[] = "fio 1.43.1";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
 
 #define FIO_RANDSEED           (0xb1899bedUL)