diff options
-rw-r--r-- | fio_version.h | 2 | ||||
-rwxr-xr-x | os/windows/install.wxs | 2 | ||||
-rw-r--r-- | os/windows/version.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fio_version.h b/fio_version.h index c326ebaa..5ff5ea81 100644 --- a/fio_version.h +++ b/fio_version.h @@ -3,6 +3,6 @@ #define FIO_MAJOR 1 #define FIO_MINOR 99 -#define FIO_PATCH 12 +#define FIO_PATCH 13 #endif diff --git a/os/windows/install.wxs b/os/windows/install.wxs index f89ad2ef..21407451 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -3,7 +3,7 @@ <?define VersionMajor = 1?>
<?define VersionMinor = 99?>
-<?define VersionBuild = 12?>
+<?define VersionBuild = 13?>
<Product Id="*"
Codepage="1252" Language="1033"
diff --git a/os/windows/version.h b/os/windows/version.h index 50bf54ab..ae67d2b4 100644 --- a/os/windows/version.h +++ b/os/windows/version.h @@ -3,4 +3,4 @@ #define FIO_VERSION_MAJOR FIO_MAJOR
#define FIO_VERSION_MINOR FIO_MINOR
#define FIO_VERSION_BUILD FIO_PATCH
-#define FIO_VERSION_STRING "1.99.12"
+#define FIO_VERSION_STRING "1.99.13"
|