diff options
author | Mario <mario@mariovavti.com> | 2021-09-25 09:03:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-25 09:03:16 +0000 |
commit | 5c179522bb00d019ec4691ffbb9b65371fc0f309 (patch) | |
tree | eeb576a1c5699dd0f76c8dfa76173e236abb2435 /boot.php | |
parent | b35d95da5299ccce9ad79661cf384d3bab514ca6 (diff) | |
download | volse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.tar.gz volse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.tar.bz2 volse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.zip |
bring back externals (slightly different approach), rename zotfeed to outbox for consistency wit AP naming. warning: this commit requires update of addons!
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.3.3' ); +define ( 'STD_VERSION', '6.3.4' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); |