diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-18 19:14:21 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-18 19:14:21 -0700 |
commit | 13d19d42cbdf9af34784ee991f7c0c11384ad504 (patch) | |
tree | 700ad3d11c0a1720bc776004d68fda3b3a68dddf /boot.php | |
parent | ec852b0c8d6c8e566b2a5fb279ed359630afb5ee (diff) | |
parent | eb322e831297ee8fd773049c1a00c915c49dc93e (diff) | |
download | volse-hubzilla-13d19d42cbdf9af34784ee991f7c0c11384ad504.tar.gz volse-hubzilla-13d19d42cbdf9af34784ee991f7c0c11384ad504.tar.bz2 volse-hubzilla-13d19d42cbdf9af34784ee991f7c0c11384ad504.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge
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', '3.5.8' ); +define ( 'STD_VERSION', '3.7' ); define ( 'ZOT_REVISION', '6.0a' ); |