diff options
author | zotlabs <mike@macgirvin.com> | 2019-04-15 22:29:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-04-15 22:29:50 -0700 |
commit | f7b281a65f914cae8611c3e4c9befcc2a20a057a (patch) | |
tree | 659c8b64743ac4cb894820eaa0f3ca47329b13d3 /boot.php | |
parent | 0615709a7ab7bba66b2a07d593e84a35ed083edb (diff) | |
parent | 71f17a233e29a45304f43ee2329bfff1865c6917 (diff) | |
download | volse-hubzilla-f7b281a65f914cae8611c3e4c9befcc2a20a057a.tar.gz volse-hubzilla-f7b281a65f914cae8611c3e4c9befcc2a20a057a.tar.bz2 volse-hubzilla-f7b281a65f914cae8611c3e4c9befcc2a20a057a.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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.1.1' ); +define ( 'STD_VERSION', '4.1.2' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1231 ); |