diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-09-20 12:59:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-09-20 12:59:36 +0200 |
commit | f6b9a1dd3cac7487d4d63e6e5131cd9ffb63ce8f (patch) | |
tree | 9ae0b3e16e1c3696f28f6e218768bbd85d8152e1 /boot.php | |
parent | 393d5020f815f79a3901510b09c85222e7aa5bf1 (diff) | |
download | volse-hubzilla-f6b9a1dd3cac7487d4d63e6e5131cd9ffb63ce8f.tar.gz volse-hubzilla-f6b9a1dd3cac7487d4d63e6e5131cd9ffb63ce8f.tar.bz2 volse-hubzilla-f6b9a1dd3cac7487d4d63e6e5131cd9ffb63ce8f.zip |
version 9.4RC, strings, autoload dump
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.3.7'); +define('STD_VERSION', '9.4RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); |