diff options
-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"
|