diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-26 20:31:16 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-26 20:31:16 -0700 |
commit | 9a7e8f4d68ad460767800a6a9db922a3c10fc6d9 (patch) | |
tree | f9cad3c58e5c2851ce9e4e32a0a0686155d82bde /boot.php | |
parent | 7b445a5b39b887135854ba1b9aa6d9867d584ae5 (diff) | |
parent | 00a95f4b91711cc28c9b170cfdc8ea6626d803a6 (diff) | |
download | volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.tar.gz volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.tar.bz2 volse-hubzilla-9a7e8f4d68ad460767800a6a9db922a3c10fc6d9.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla 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.1' ); +define ( 'STD_VERSION', '3.5.2' ); define ( 'ZOT_REVISION', '6.0a' ); |