summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2017-09-28 04:23:20 -0600
committerJens Axboe <axboe@kernel.dk>2017-09-28 04:23:20 -0600
commitb6b662b64c70bf043bbafd654f9bf98513ea5dc9 (patch)
tree9b86ba3c6f0f7db891eac2f89db2b840d7494935
parent7595fa09fbf048c9045617668bf0159a6cb82eac (diff)
downloadfio-b6b662b64c70bf043bbafd654f9bf98513ea5dc9.tar.gz
Fio 3.1
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rwxr-xr-xFIO-VERSION-GEN2
-rwxr-xr-xos/windows/install.wxs2
2 files changed, 2 insertions, 2 deletions
diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN
index 31acf1c2..8c075cbd 100755
--- a/FIO-VERSION-GEN
+++ b/FIO-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=FIO-VERSION-FILE
-DEF_VER=fio-3.0
+DEF_VER=fio-3.1
LF='
'
diff --git a/os/windows/install.wxs b/os/windows/install.wxs
index edfefa8c..58244c56 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="3.0">
+ UpgradeCode="2338A332-5511-43CF-B9BD-5C60496CCFCC" Version="3.1">
<Package
Description="Flexible IO Tester"
InstallerVersion="301" Keywords="Installer,MSI,Database"