aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-07 22:47:03 -0800
committerfriendica <info@friendica.com>2014-02-07 22:47:03 -0800
commit8c845f5d506e333ecd8eaed3139bcd7e344ef346 (patch)
tree15b5621f252a4fc9737eeb0d6deec16dcb3d58d4 /boot.php
parentae6bd7dc1e87805447e765e08d7a31ae5ac03f32 (diff)
downloadvolse-hubzilla-8c845f5d506e333ecd8eaed3139bcd7e344ef346.tar.gz
volse-hubzilla-8c845f5d506e333ecd8eaed3139bcd7e344ef346.tar.bz2
volse-hubzilla-8c845f5d506e333ecd8eaed3139bcd7e344ef346.zip
set default for account_level in DB
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 1d462eff8..41282bb13 100755
--- a/boot.php
+++ b/boot.php
@@ -46,7 +46,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1096 );
+define ( 'DB_UPDATE_VERSION', 1097 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );