summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2010-05-28 18:33:33 +0000
committerChristian Fowler <spider@viovio.com>2010-05-28 18:33:33 +0000
commit94ae66df82a0f77882b960e465b6faadfd8d41ee (patch)
tree63995350d029a113beed2ab69538ee6ba5e687b1
parent0ba64c7ff30ce6506f3c18016c7ca0f722b42ab1 (diff)
downloadkernel-CVS_HEAD.tar.gz
kernel-CVS_HEAD.tar.bz2
kernel-CVS_HEAD.zip
update version to 3.0.0.alphaCVS_HEAD
-rw-r--r--config_defaults_inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config_defaults_inc.php b/config_defaults_inc.php
index c7caaa0..bb354df 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.50 2010/03/25 22:50:25 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_kernel/config_defaults_inc.php,v 1.51 2010/05/28 18:33:33 spiderr Exp $
* @package kernel
* @subpackage functions
*/
@@ -126,9 +126,9 @@ if( !defined( 'STORAGE_HOST_URI' ) ) {
// set the currect version of bitweaver
// 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', '2' );
- define( 'BIT_MINOR_VERSION', '7' );
- define( 'BIT_SUB_VERSION', '1' );
+ define( 'BIT_MAJOR_VERSION', '3' );
+ define( 'BIT_MINOR_VERSION', '0' );
+ define( 'BIT_SUB_VERSION', '0' );
define( 'BIT_LEVEL', 'alpha' ); // dev < alpha < beta < RC# < '' < pl
}