diff options
author | Jens Axboe <axboe@fb.com> | 2016-09-16 11:02:09 -0600 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-16 11:02:09 -0600 |
commit | 5d1194c76716b8440e6aa7c6e2f36041193826a0 (patch) | |
tree | 10ae8212ec473e29e999f194479499f9997939b0 | |
parent | a214d131483c58ab9f1456edaafc1eb8caa8711c (diff) | |
download | fio-5d1194c76716b8440e6aa7c6e2f36041193826a0.tar.gz fio-5d1194c76716b8440e6aa7c6e2f36041193826a0.tar.bz2 |
Fio 2.14fio-2.14
Signed-off-by: Jens Axboe <axboe@fb.com>
-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 d19dccac..8d4f1ef9 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=fio-2.13 +DEF_VER=fio-2.14 LF=' ' diff --git a/os/windows/install.wxs b/os/windows/install.wxs index f8d37730..da09b9f1 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -10,7 +10,7 @@ <Product Id="*" Codepage="1252" Language="1033" Manufacturer="fio" Name="fio" - UpgradeCode="2338A332-5511-43CF-B9BD-5C60496CCFCC" Version="2.13"> + UpgradeCode="2338A332-5511-43CF-B9BD-5C60496CCFCC" Version="2.14"> <Package Description="Flexible IO Tester" InstallerVersion="301" Keywords="Installer,MSI,Database" |