diff options
author | Mario <mario@mariovavti.com> | 2024-03-15 18:58:01 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-15 18:58:01 +0000 |
commit | b68ddc4cd330a6806a5aeeb6f405eded425bc36b (patch) | |
tree | 9d7af64f98cf68de8185aae51a7b58855f1871c0 /boot.php | |
parent | 41f909c4156ab5c6766a769a6aed52d093c36283 (diff) | |
download | volse-hubzilla-b68ddc4cd330a6806a5aeeb6f405eded425bc36b.tar.gz volse-hubzilla-b68ddc4cd330a6806a5aeeb6f405eded425bc36b.tar.bz2 volse-hubzilla-b68ddc4cd330a6806a5aeeb6f405eded425bc36b.zip |
version, strings and dump composer autoload
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ require_once('include/selectors.php'); require_once('include/activities.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.9.11'); +define('STD_VERSION', '9.0RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); |