diff options
author | Mario <mario@mariovavti.com> | 2020-10-31 20:33:48 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-31 20:33:48 +0000 |
commit | 85b97014c9befee4cb3a290e1ef26797d8ec020a (patch) | |
tree | 352decc0355ffc094d18135d2a4d5ab5a0ca8f47 /boot.php | |
parent | 50ca95735deaa402181c387ab6f3919750249f64 (diff) | |
download | volse-hubzilla-85b97014c9befee4cb3a290e1ef26797d8ec020a.tar.gz volse-hubzilla-85b97014c9befee4cb3a290e1ef26797d8ec020a.tar.bz2 volse-hubzilla-85b97014c9befee4cb3a290e1ef26797d8ec020a.zip |
version 5.0RC8
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', '5.0RC7' ); +define ( 'STD_VERSION', '5.0RC8' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); |