diff options
author | Mario <mario@mariovavti.com> | 2021-02-26 10:15:56 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-26 10:15:56 +0000 |
commit | 55b4eb7b22fb699688e89a99b1370b8ee17af0d3 (patch) | |
tree | 8a554284a811c7740db1506f5dcad5bca141bf7e /boot.php | |
parent | 36c9f9abff0d9d4c52d3307bb563d6fb5067ac7b (diff) | |
download | volse-hubzilla-55b4eb7b22fb699688e89a99b1370b8ee17af0d3.tar.gz volse-hubzilla-55b4eb7b22fb699688e89a99b1370b8ee17af0d3.tar.bz2 volse-hubzilla-55b4eb7b22fb699688e89a99b1370b8ee17af0d3.zip |
version 5.4RC1
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.5.1' ); +define ( 'STD_VERSION', '5.4RC1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1243 ); |