aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-07-20 19:20:56 +0000
committerMario <mario@mariovavti.com>2023-07-20 19:20:56 +0000
commit8da6e6a096c7cb5ab8aa7c4b30d69c4876810a84 (patch)
treea30bcc84000d6b6cc6673b766771a7f93ce98ae5 /boot.php
parent5181e575b4eb91de3ec71a125d45c29e65372c76 (diff)
downloadvolse-hubzilla-8da6e6a096c7cb5ab8aa7c4b30d69c4876810a84.tar.gz
volse-hubzilla-8da6e6a096c7cb5ab8aa7c4b30d69c4876810a84.tar.bz2
volse-hubzilla-8da6e6a096c7cb5ab8aa7c4b30d69c4876810a84.zip
move trigger out of the loop for better performance and some var -> let
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 0013ef7c7..82da0faaa 100644
--- a/boot.php
+++ b/boot.php
@@ -60,7 +60,7 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define('PLATFORM_NAME', 'hubzilla');
-define('STD_VERSION', '8.7');
+define('STD_VERSION', '8.7.1');
define('ZOT_REVISION', '6.0');
define('DB_UPDATE_VERSION', 1258);