diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-18 09:32:48 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-18 09:32:48 +0100 |
| commit | b59d80db78d3ef6d18a86fe03b6739730576c5e2 (patch) | |
| tree | 8fbff8b4892e09b0f2e4081bc91cb9ce565d68a9 | |
| parent | 5c9711c9940139feedd8d6433d0b5639eb3c3f3f (diff) | |
| download | kernel-b59d80db78d3ef6d18a86fe03b6739730576c5e2.tar.gz kernel-b59d80db78d3ef6d18a86fe03b6739730576c5e2.tar.bz2 kernel-b59d80db78d3ef6d18a86fe03b6739730576c5e2.zip | |
Move requirements to a base of 5.0.0 since the schema structure needs a more modern base
| -rwxr-xr-x | includes/config_defaults_inc.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/config_defaults_inc.php b/includes/config_defaults_inc.php index 6e741ca..a5b2212 100755 --- a/includes/config_defaults_inc.php +++ b/includes/config_defaults_inc.php @@ -178,7 +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', '4.0.0' ); + define( 'MIN_BIT_VERSION', '5.0.0' ); +} +if( !defined( 'BITWEAVER_VERSION' ) ) { + define( 'BITWEAVER_VERSION', '5.0.0' ); } // These defines have to happen FIRST because core classes depend on them. |
