aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-02-25 21:06:47 +0000
committerThomas Willingham <founder@kakste.com>2014-02-25 21:06:47 +0000
commit8e3a16bcdddb3e978bb984a050f837912de4f463 (patch)
tree4d5ce37d8b14b6f522f06ba7f274fcd4cc350b01 /boot.php
parent4e8c0933c0fdcdee32792b773e388be25445833a (diff)
downloadvolse-hubzilla-8e3a16bcdddb3e978bb984a050f837912de4f463.tar.gz
volse-hubzilla-8e3a16bcdddb3e978bb984a050f837912de4f463.tar.bz2
volse-hubzilla-8e3a16bcdddb3e978bb984a050f837912de4f463.zip
Update channel permissions to full ints
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 fbab83f05..26811a55e 100755
--- a/boot.php
+++ b/boot.php
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1098 );
+define ( 'DB_UPDATE_VERSION', 1099 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );