diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-01-10 20:43:42 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-01-10 20:43:42 +0100 |
commit | 3f46e64fbd2c76cc89ef8ddfc9189bac285ef638 (patch) | |
tree | 37e7f4eb5dc33b797911300b8462cca6e3bd504c /os/windows/install.wxs | |
parent | 7ed4d7abf0d7720d532d9680ebf69745d9270a5e (diff) | |
download | fio-3f46e64fbd2c76cc89ef8ddfc9189bac285ef638.tar.gz fio-3f46e64fbd2c76cc89ef8ddfc9189bac285ef638.tar.bz2 |
Update Windows version
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'os/windows/install.wxs')
-rwxr-xr-x | os/windows/install.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 6ab6ffe0..98b24b3c 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -2,8 +2,8 @@ <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define VersionMajor = 1?>
-<?define VersionMinor = 44?>
-<?define VersionBuild = 3?>
+<?define VersionMinor = 50?>
+<?define VersionBuild = 0?>
<Product Id="*"
Codepage="1252" Language="1033"
|