aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-01-18 14:23:23 +0000
committerMario <mario@mariovavti.com>2020-01-18 14:23:23 +0000
commit9eeccc087dbba93d5d67c242666fe257cc35f3ee (patch)
tree907764a9a53f805f310a37c6a56d6dda7b9778af /boot.php
parent7404a8ec1a0980fa3448ca6b05e410ea36c6a5f2 (diff)
downloadvolse-hubzilla-9eeccc087dbba93d5d67c242666fe257cc35f3ee.tar.gz
volse-hubzilla-9eeccc087dbba93d5d67c242666fe257cc35f3ee.tar.bz2
volse-hubzilla-9eeccc087dbba93d5d67c242666fe257cc35f3ee.zip
move mail frontend to addons and remove mail app from system apps
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index c98ab007d..245b7aa9f 100755
--- a/boot.php
+++ b/boot.php
@@ -50,10 +50,10 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '4.7' );
+define ( 'STD_VERSION', '4.7.1' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1234 );
+define ( 'DB_UPDATE_VERSION', 1235 );
define ( 'PROJECT_BASE', __DIR__ );