diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-04 15:53:56 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-04 15:53:56 -0800 |
commit | 6ad14f4ca009bfa14aa0629d6a53212eb0d14e7f (patch) | |
tree | c4848db3163817af1ba059ad23070028bcc56b41 /boot.php | |
parent | 3e7dffb6765f1d3120fd8fb58bb38c70c9dddcd6 (diff) | |
parent | 9d55a254dcd39e2a77a1c24625adba69d16acb7a (diff) | |
download | volse-hubzilla-6ad14f4ca009bfa14aa0629d6a53212eb0d14e7f.tar.gz volse-hubzilla-6ad14f4ca009bfa14aa0629d6a53212eb0d14e7f.tar.bz2 volse-hubzilla-6ad14f4ca009bfa14aa0629d6a53212eb0d14e7f.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,10 +51,10 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.1.5' ); +define ( 'STD_VERSION', '3.1.7' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1198 ); +define ( 'DB_UPDATE_VERSION', 1200 ); define ( 'PROJECT_BASE', __DIR__ ); |