diff options
author | Mario <mario@mariovavti.com> | 2020-09-17 10:57:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-09-17 10:57:24 +0000 |
commit | e7ddd1a481ad5a1026869b686c2f92fbd126cccb (patch) | |
tree | 08a8ac42e8469664918bc8c4caae84744dc3dfa3 /boot.php | |
parent | 813ab2c5ed9d8e2f545e85b734dbf06cbf5ad795 (diff) | |
download | volse-hubzilla-e7ddd1a481ad5a1026869b686c2f92fbd126cccb.tar.gz volse-hubzilla-e7ddd1a481ad5a1026869b686c2f92fbd126cccb.tar.bz2 volse-hubzilla-e7ddd1a481ad5a1026869b686c2f92fbd126cccb.zip |
version 5.0RC
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '4.7.12' ); +define ( 'STD_VERSION', '5.0RC' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); |