diff options
author | Jens Axboe <axboe@kernel.dk> | 2012-12-20 15:19:57 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-12-20 15:19:57 +0100 |
commit | 539e9a14f8c734a5a0264309dca96cfc5d71abda (patch) | |
tree | 002f81ba2806c004f8589bfb3bf428665238d336 | |
parent | d20b2ca629f73cf8c7bff2bd9e4b4b7237a710dd (diff) | |
download | fio-539e9a14f8c734a5a0264309dca96cfc5d71abda.tar.gz fio-539e9a14f8c734a5a0264309dca96cfc5d71abda.tar.bz2 |
Fio 2.0.12.2fio-2.0.12.2
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rwxr-xr-x | FIO-VERSION-GEN | 2 | ||||
-rwxr-xr-x | os/windows/install.wxs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index d5d26597..b9bd4be1 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=fio-2.0.12.1 +DEF_VER=fio-2.0.12.2 LF=' ' diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 002c6e60..402be456 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -10,7 +10,7 @@ <Product Id="F9883688-6AB3-4BD1-AB93-91D39F12F003"
Codepage="1252" Language="1033"
Manufacturer="fio" Name="fio"
- UpgradeCode="2338A332-5511-43cf-b9BD-5C60496CCFCC" Version="2.0.12.1">
+ UpgradeCode="2338A332-5511-43cf-b9BD-5C60496CCFCC" Version="2.0.12.2">
<Package
Comments="Contact: Your local administrator"
Description="Flexible IO Tester"
|