diff options
author | Mario <mario@mariovavti.com> | 2024-06-27 07:44:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-27 07:44:05 +0000 |
commit | 3e57f150bc1f151a3d9227291875e2e87953c7b2 (patch) | |
tree | 64555eb44d3e03822c16fe5c1d5faf1f239c3696 /boot.php | |
parent | a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28 (diff) | |
download | volse-hubzilla-3e57f150bc1f151a3d9227291875e2e87953c7b2.tar.gz volse-hubzilla-3e57f150bc1f151a3d9227291875e2e87953c7b2.tar.bz2 volse-hubzilla-3e57f150bc1f151a3d9227291875e2e87953c7b2.zip |
version 9.2RC1, strings and dump composer autoload files
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ require_once('include/security.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '9.1.5'); +define('STD_VERSION', '9.2RC1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); |