diff options
| -rwxr-xr-x | includes/config_defaults_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/config_defaults_inc.php b/includes/config_defaults_inc.php index a5b2212..5a86fa5 100755 --- a/includes/config_defaults_inc.php +++ b/includes/config_defaults_inc.php @@ -178,10 +178,10 @@ if( !defined( 'BIT_MAJOR_VERSION' ) ) { // When updating to certain versions of bitweaver, we need to force a visit to the installer to fix certain stuff in the database. // Enter the minimum version number here in the format: '2.1.0-beta' if( !defined( 'MIN_BIT_VERSION' ) ) { - define( 'MIN_BIT_VERSION', '5.0.0' ); + define( 'MIN_BIT_VERSION', '5.0.1' ); } if( !defined( 'BITWEAVER_VERSION' ) ) { - define( 'BITWEAVER_VERSION', '5.0.0' ); + define( 'BITWEAVER_VERSION', '5.0.1' ); } // These defines have to happen FIRST because core classes depend on them. |
