The following changes since commit 531a63265f64f259a08dce0c62255107dd50a33c: Remove debug/broken assert() in the IOPS logging code (2011-12-02 08:45:44 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Fio 2.0 fio_version.h | 6 +++--- os/windows/install.wxs | 6 +++--- os/windows/version.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) --- Diff of recent changes: diff --git a/fio_version.h b/fio_version.h index 5ff5ea8..db5ad7d 100644 --- a/fio_version.h +++ b/fio_version.h @@ -1,8 +1,8 @@ #ifndef FIO_VERSION_H #define FIO_VERSION_H -#define FIO_MAJOR 1 -#define FIO_MINOR 99 -#define FIO_PATCH 13 +#define FIO_MAJOR 2 +#define FIO_MINOR 0 +#define FIO_PATCH 0 #endif diff --git a/os/windows/install.wxs b/os/windows/install.wxs index 2140745..ca6c461 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> -<?define VersionMajor = 1?> -<?define VersionMinor = 99?> -<?define VersionBuild = 13?> +<?define VersionMajor = 2?> +<?define VersionMinor = 0?> +<?define VersionBuild = 0?> <Product Id="*" Codepage="1252" Language="1033" diff --git a/os/windows/version.h b/os/windows/version.h index ae67d2b..7dfeeb6 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.13" +#define FIO_VERSION_STRING "2.0.0" -- 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