diff options
| author | spiderr <spider@viovio.com> | 2012-09-07 14:01:49 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-09-07 14:01:49 -0400 |
| commit | 6e7e8012a5cbd3441995e79ae3412e0c5dc9b9f0 (patch) | |
| tree | fa9b14583107f973a68a5f91a9c9dd3ab6a96625 | |
| parent | 4933d6913694f6ba13c1d617b6bd860d301a7a0b (diff) | |
| download | kernel-6e7e8012a5cbd3441995e79ae3412e0c5dc9b9f0.tar.gz kernel-6e7e8012a5cbd3441995e79ae3412e0c5dc9b9f0.tar.bz2 kernel-6e7e8012a5cbd3441995e79ae3412e0c5dc9b9f0.zip | |
update bw version to 3.1
| -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 } |
