diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-01 17:17:57 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-01 17:17:57 +0100 |
| commit | 3376557702a90479bb36a7db3eb3d267c26a6fdd (patch) | |
| tree | ee4b62498d9a341dd74e7d5859da29e4f3914c4b | |
| parent | d3d3c882612ec20c0be7eee22ed6523ad8a6e2cd (diff) | |
| download | kernel-3376557702a90479bb36a7db3eb3d267c26a6fdd.tar.gz kernel-3376557702a90479bb36a7db3eb3d267c26a6fdd.tar.bz2 kernel-3376557702a90479bb36a7db3eb3d267c26a6fdd.zip | |
Bump BIT_SUB_VERSION to 1 — getBitVersion() was still returning 5.0.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | includes/config_defaults_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/config_defaults_inc.php b/includes/config_defaults_inc.php index 5a86fa5..d08e713 100755 --- a/includes/config_defaults_inc.php +++ b/includes/config_defaults_inc.php @@ -171,7 +171,7 @@ if( substr_count( $_SERVER['HTTP_HOST'], '.' ) >= 2 ) { if( !defined( 'BIT_MAJOR_VERSION' ) ) { define( 'BIT_MAJOR_VERSION', '5' ); define( 'BIT_MINOR_VERSION', '0' ); - define( 'BIT_SUB_VERSION', '0' ); + define( 'BIT_SUB_VERSION', '1' ); define( 'BIT_LEVEL', 'dev' ); // dev < alpha < beta < RC# < '' < pl } |
