diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-09-23 21:54:12 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-09-23 21:54:12 +0200 |
commit | 2870fd46da8ceaff5b3a2b0f6bc8d4c7f7601661 (patch) | |
tree | 6607509d641d0034b9b2fc2e8f4ed8d3e7c3becd /boot.php | |
parent | dff8ef91a6e2e2b2fddb816218e15750061c4c2b (diff) | |
parent | 0588975e372f863aa2d74bbff0ac2b9778852431 (diff) | |
download | volse-hubzilla-2870fd46da8ceaff5b3a2b0f6bc8d4c7f7601661.tar.gz volse-hubzilla-2870fd46da8ceaff5b3a2b0f6bc8d4c7f7601661.tar.bz2 volse-hubzilla-2870fd46da8ceaff5b3a2b0f6bc8d4c7f7601661.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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.2' ); +define ( 'STD_VERSION', '6.3.3' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); |