The following changes since commit 23a7b043700bb99292091f50d98c2029c0110d26: Fix a man page typo (2012-01-02 14:32:43 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Fio 2.0.1 fio_version.h | 2 +- os/windows/install.wxs | 2 +- os/windows/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- Diff of recent changes: diff --git a/fio_version.h b/fio_version.h index db5ad7d..7e820fe 100644 --- a/fio_version.h +++ b/fio_version.h @@ -3,6 +3,6 @@ #define FIO_MAJOR 2 #define FIO_MINOR 0 -#define FIO_PATCH 0 +#define FIO_PATCH 1 #endif diff --git a/os/windows/install.wxs b/os/windows/install.wxs index ca6c461..43457e0 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -3,7 +3,7 @@ <?define VersionMajor = 2?> <?define VersionMinor = 0?> -<?define VersionBuild = 0?> +<?define VersionBuild = 1?> <Product Id="*" Codepage="1252" Language="1033" diff --git a/os/windows/version.h b/os/windows/version.h index 7dfeeb6..cb52a16 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 "2.0.0" +#define FIO_VERSION_STRING "2.0.1" -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html