diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-29 18:00:56 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-29 18:00:56 -0700 |
commit | 32614e4074758d6112993d71169664a3c29e90b2 (patch) | |
tree | 6de47408110062e1c6a3f18dfaf0dc183c459c9a /boot.php | |
parent | 9dc5a3bfc9152f04b9e39d61e90310d660029108 (diff) | |
parent | e4a1286aae411023210628d3be306420f7844d22 (diff) | |
download | volse-hubzilla-32614e4074758d6112993d71169664a3c29e90b2.tar.gz volse-hubzilla-32614e4074758d6112993d71169664a3c29e90b2.tar.bz2 volse-hubzilla-32614e4074758d6112993d71169664a3c29e90b2.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.7' ); +define ( 'STD_VERSION', '3.7.1' ); define ( 'ZOT_REVISION', '6.0a' ); |