diff options
author | Mario <mario@mariovavti.com> | 2024-12-13 08:49:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-12-13 08:49:18 +0000 |
commit | 14360c47356ab02af36db08e3cbfce5bd836e8c8 (patch) | |
tree | 729b7f41c74b90bf1953e328937d2782d4d6bcda /boot.php | |
parent | 2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d (diff) | |
download | volse-hubzilla-14360c47356ab02af36db08e3cbfce5bd836e8c8.tar.gz volse-hubzilla-14360c47356ab02af36db08e3cbfce5bd836e8c8.tar.bz2 volse-hubzilla-14360c47356ab02af36db08e3cbfce5bd836e8c8.zip |
version 10.0RC and strings
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.5.2'); +define('STD_VERSION', '10.0RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); |