diff options
author | Mario <mario@mariovavti.com> | 2020-11-13 09:26:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-13 09:26:04 +0000 |
commit | b6e34695197191275d6d9f4f63f7f976bcf89a2d (patch) | |
tree | 285dc50b3fbd1916b1ce8f562256f1a4c8f7844b /boot.php | |
parent | 16071f300ee197bb8ef460e714e7eb5936622596 (diff) | |
download | volse-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-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__ ); |