aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-28 15:25:29 -0700
committerzotlabs <mike@macgirvin.com>2017-07-28 15:25:29 -0700
commite316494e06062f05c8026111dc1132fb6868bce5 (patch)
tree82c221a92d6075bd38c16174bcb8187fb017181e /boot.php
parentd3a5911932201eda2328123873d75e8c13cb9a89 (diff)
parent4585e35b3e086638fa7a0c3832d80c57339a397e (diff)
downloadvolse-hubzilla-e316494e06062f05c8026111dc1132fb6868bce5.tar.gz
volse-hubzilla-e316494e06062f05c8026111dc1132fb6868bce5.tar.bz2
volse-hubzilla-e316494e06062f05c8026111dc1132fb6868bce5.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 838570697..69b4db269 100755
--- a/boot.php
+++ b/boot.php
@@ -49,7 +49,7 @@ require_once('include/hubloc.php');
require_once('include/attach.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '2.5.10' );
+define ( 'STD_VERSION', '2.7.0' );
define ( 'ZOT_REVISION', '1.3' );
define ( 'DB_UPDATE_VERSION', 1192 );
@@ -402,6 +402,8 @@ define ( 'VNOTIFY_INFO', 0x0080 );
define ( 'VNOTIFY_ALERT', 0x0100 );
define ( 'VNOTIFY_INTRO', 0x0200 );
define ( 'VNOTIFY_REGISTER', 0x0400 );
+define ( 'VNOTIFY_FILES', 0x0800 );
+define ( 'VNOTIFY_PUBS', 0x1000 );