Update Windows version
authorJens Axboe <jaxboe@fusionio.com>
Mon, 10 Jan 2011 19:43:42 +0000 (20:43 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 10 Jan 2011 19:43:42 +0000 (20:43 +0100)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
os/windows/install.wxs
os/windows/version.h

index 6ab6ffe0575d2941a5af0ac6049455fb939058c0..98b24b3cfca711e0caabd0255b323eaef0b59071 100755 (executable)
@@ -2,8 +2,8 @@
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">\r
 \r
 <?define VersionMajor = 1?>\r
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">\r
 \r
 <?define VersionMajor = 1?>\r
-<?define VersionMinor = 44?>\r
-<?define VersionBuild = 3?>\r
+<?define VersionMinor = 50?>\r
+<?define VersionBuild = 0?>\r
 \r
        <Product Id="*"\r
          Codepage="1252" Language="1033"\r
 \r
        <Product Id="*"\r
          Codepage="1252" Language="1033"\r
index 3642342ca89930225ab59edef30976f85ba73693..3abb1d238cd508c3e4de3533b269274394e5ce06 100644 (file)
@@ -1,4 +1,4 @@
 #define FIO_VERSION_MAJOR 1\r
 #define FIO_VERSION_MAJOR 1\r
-#define FIO_VERSION_MINOR 44\r
-#define FIO_VERSION_BUILD 3\r
-#define FIO_VERSION_STRING "1.44.3"\r
+#define FIO_VERSION_MINOR 50\r
+#define FIO_VERSION_BUILD 0\r
+#define FIO_VERSION_STRING "1.50"\r