aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-16 16:42:45 -0800
committerzotlabs <mike@macgirvin.com>2018-02-16 16:42:45 -0800
commit4e6072fb292dafea788baf70ad69d14d25119dac (patch)
tree99349214b914bb8cabf754ba8e4c093c5b5ceeeb /boot.php
parentf492f808f4861ae9937dcaf3bf8476513ae1c091 (diff)
parent547ef772ab1bcdf9cff1ad6d0593f3d27bb33d73 (diff)
downloadvolse-hubzilla-4e6072fb292dafea788baf70ad69d14d25119dac.tar.gz
volse-hubzilla-4e6072fb292dafea788baf70ad69d14d25119dac.tar.bz2
volse-hubzilla-4e6072fb292dafea788baf70ad69d14d25119dac.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 e4f337022..964e4341d 100755
--- a/boot.php
+++ b/boot.php
@@ -50,10 +50,10 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '3.1.9' );
+define ( 'STD_VERSION', '3.1.10' );
define ( 'ZOT_REVISION', '1.3' );
-define ( 'DB_UPDATE_VERSION', 1201 );
+define ( 'DB_UPDATE_VERSION', 1202 );
define ( 'PROJECT_BASE', __DIR__ );