aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-04 15:53:56 -0800
committerzotlabs <mike@macgirvin.com>2018-02-04 15:53:56 -0800
commit6ad14f4ca009bfa14aa0629d6a53212eb0d14e7f (patch)
treec4848db3163817af1ba059ad23070028bcc56b41 /boot.php
parent3e7dffb6765f1d3120fd8fb58bb38c70c9dddcd6 (diff)
parent9d55a254dcd39e2a77a1c24625adba69d16acb7a (diff)
downloadvolse-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-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 15487d3f0..e7a8ff97c 100755
--- a/boot.php
+++ b/boot.php
@@ -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__ );