diff --git a/VERSION b/VERSION index a3fc5781..0b303383 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ 2.0.0 --alpha1 \ No newline at end of file +-alpha2 \ No newline at end of file diff --git a/src/plotdisk/DiskPlotConfig.h b/src/plotdisk/DiskPlotConfig.h index 4fa6db19..cff87cbe 100644 --- a/src/plotdisk/DiskPlotConfig.h +++ b/src/plotdisk/DiskPlotConfig.h @@ -112,7 +112,15 @@ #endif +// Beta-mode +// (Force for now) +#define BB_BETA_MODE 1 +#if BB_BETA_MODE + #ifdef BB_IO_METRICS_ON + #undef BB_IO_METRICS_ON + #endif - + #define BB_IO_METRICS_ON 1 +#endif