diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-07-16 13:50:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-07-16 13:50:38 +0200 |
commit | a57529bc54de92441125253ec09475768b4c3e44 (patch) | |
tree | b3796fb018b4eaa2f8ffe3a2ab0f94f4f8d23b81 | |
parent | 4f15c0880557ce880a6b119ac244a57258d50e60 (diff) | |
download | volse-hubzilla-a57529bc54de92441125253ec09475768b4c3e44.tar.gz volse-hubzilla-a57529bc54de92441125253ec09475768b4c3e44.tar.bz2 volse-hubzilla-a57529bc54de92441125253ec09475768b4c3e44.zip |
bump min version
-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.1' ); +define ( 'STD_VERSION', '6.1.1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1247 ); |