diff options
author | Mario <mario@mariovavti.com> | 2021-04-29 08:40:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-29 08:40:47 +0000 |
commit | 6be464ef8484063690840e6b06e7540f7416788a (patch) | |
tree | 2229673706f8c83d4f4789b68c339b78a8c3b299 /boot.php | |
parent | 54845a76277f90f448fb2eab64e07e2162524dfd (diff) | |
download | volse-hubzilla-6be464ef8484063690840e6b06e7540f7416788a.tar.gz volse-hubzilla-6be464ef8484063690840e6b06e7540f7416788a.tar.bz2 volse-hubzilla-6be464ef8484063690840e6b06e7540f7416788a.zip |
bump version
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.6RC1' ); +define ( 'STD_VERSION', '5.7' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1244 ); |