diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-01-22 11:12:39 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-01-22 11:12:39 +0100 |
commit | e6aed4fb8ef5853f27100a2b9e2903323c874ce8 (patch) | |
tree | 46169f6b8df8dd5f29d13de663ed80e1df037542 /boot.php | |
parent | bdd6d878f1d83c1cc7b84ead5e171bf2c3a73b7c (diff) | |
download | volse-hubzilla-e6aed4fb8ef5853f27100a2b9e2903323c874ce8.tar.gz volse-hubzilla-e6aed4fb8ef5853f27100a2b9e2903323c874ce8.tar.bz2 volse-hubzilla-e6aed4fb8ef5853f27100a2b9e2903323c874ce8.zip |
implement externals via zot6 and zotfeed - part 2
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.3.1' ); +define ( 'STD_VERSION', '5.3.2' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1240 ); |