summaryrefslogtreecommitdiff
path: root/config_defaults_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'config_defaults_inc.php')
-rw-r--r--config_defaults_inc.php4
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.