aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-13 09:26:04 +0000
committerMario <mario@mariovavti.com>2020-11-13 09:26:04 +0000
commitb6e34695197191275d6d9f4f63f7f976bcf89a2d (patch)
tree285dc50b3fbd1916b1ce8f562256f1a4c8f7844b /boot.php
parent16071f300ee197bb8ef460e714e7eb5936622596 (diff)
downloadvolse-hubzilla-b6e34695197191275d6d9f4f63f7f976bcf89a2d.tar.gz
volse-hubzilla-b6e34695197191275d6d9f4f63f7f976bcf89a2d.tar.bz2
volse-hubzilla-b6e34695197191275d6d9f4f63f7f976bcf89a2d.zip
update to fix more broken hublocs and version bump
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 385a34891..52761431b 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', '5.1.3' );
+define ( 'STD_VERSION', '5.1.4' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1238 );
+define ( 'DB_UPDATE_VERSION', 1239 );
define ( 'PROJECT_BASE', __DIR__ );