diff options
| author | Christian Fowler <spider@viovio.com> | 2009-10-08 21:20:23 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-10-08 21:20:23 +0000 |
| commit | c26918bd1a80f236decf5b802a21e9900fcc2211 (patch) | |
| tree | d66913f1477d9180c5069b6e057d3292c2f3966d | |
| parent | c1fdf7dad2b9d9c269f76f69c0a1616be121511c (diff) | |
| download | kernel-c26918bd1a80f236decf5b802a21e9900fcc2211.tar.gz kernel-c26918bd1a80f236decf5b802a21e9900fcc2211.tar.bz2 kernel-c26918bd1a80f236decf5b802a21e9900fcc2211.zip | |
version is 2.7.0RC1
| -rw-r--r-- | config_defaults_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config_defaults_inc.php b/config_defaults_inc.php index 41c2970..1b80c91 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_kernel/config_defaults_inc.php,v 1.47 2009/10/08 20:29:07 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_kernel/config_defaults_inc.php,v 1.48 2009/10/08 21:20:23 spiderr Exp $ * @package kernel * @subpackage functions */ @@ -133,7 +133,7 @@ if( !defined( 'BIT_MAJOR_VERSION' ) ) { define( 'BIT_MAJOR_VERSION', '2' ); define( 'BIT_MINOR_VERSION', '7' ); define( 'BIT_SUB_VERSION', '0' ); - define( 'BIT_LEVEL', '' ); // dev < alpha < beta < RC# < '' < pl + define( 'BIT_LEVEL', 'RC1' ); // dev < alpha < beta < RC# < '' < pl } // When updating to certain versions of bitweaver, we need to force a visit to the installer to fix certain stuff in the database. |
