summaryrefslogtreecommitdiff
path: root/includes/config_defaults_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/config_defaults_inc.php')
-rwxr-xr-xincludes/config_defaults_inc.php5
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.