diff options
Diffstat (limited to 'os/windows')
-rwxr-xr-x | os/windows/install.wxs | 2 | ||||
-rw-r--r-- | os/windows/version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 98b24b3c..a4ffa0c8 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -2,7 +2,7 @@ <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define VersionMajor = 1?>
-<?define VersionMinor = 50?>
+<?define VersionMinor = 51?>
<?define VersionBuild = 0?>
<Product Id="*"
diff --git a/os/windows/version.h b/os/windows/version.h index 3abb1d23..7d803eef 100644 --- a/os/windows/version.h +++ b/os/windows/version.h @@ -1,4 +1,4 @@ #define FIO_VERSION_MAJOR 1
-#define FIO_VERSION_MINOR 50
+#define FIO_VERSION_MINOR 51
#define FIO_VERSION_BUILD 0
-#define FIO_VERSION_STRING "1.50"
+#define FIO_VERSION_STRING "1.51"
|