diff options
author | Mario <mario@mariovavti.com> | 2021-02-23 10:57:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-23 10:57:37 +0000 |
commit | fa73c8d15ede12a963fbf4b1efaf58c1e47dc873 (patch) | |
tree | b8b0fca0c294b0a55f26e406a17cb05d800fbdff /boot.php | |
parent | 6060ca127b5810da5cb7535a11c18b402bf5d431 (diff) | |
download | volse-hubzilla-fa73c8d15ede12a963fbf4b1efaf58c1e47dc873.tar.gz volse-hubzilla-fa73c8d15ede12a963fbf4b1efaf58c1e47dc873.tar.bz2 volse-hubzilla-fa73c8d15ede12a963fbf4b1efaf58c1e47dc873.zip |
bump dev version to 5.5
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.4RC' ); +define ( 'STD_VERSION', '5.5' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1243 ); |