diff options
Diffstat (limited to 'config_defaults_inc.php')
| -rw-r--r-- | config_defaults_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_defaults_inc.php b/config_defaults_inc.php index 6e2a25e..103fbfe 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -151,7 +151,7 @@ if( substr_count( $_SERVER['HTTP_HOST'], '.' ) >= 2 ) { // if this version of bitweaver needs a visit to the installer, update the number in /bit_setup_inc.php if( !defined( 'BIT_MAJOR_VERSION' ) ) { define( 'BIT_MAJOR_VERSION', '3' ); - define( 'BIT_MINOR_VERSION', '0' ); + define( 'BIT_MINOR_VERSION', '1' ); define( 'BIT_SUB_VERSION', '0' ); define( 'BIT_LEVEL', 'alpha' ); // dev < alpha < beta < RC# < '' < pl } |
