diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-16 16:42:45 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-16 16:42:45 -0800 |
commit | 4e6072fb292dafea788baf70ad69d14d25119dac (patch) | |
tree | 99349214b914bb8cabf754ba8e4c093c5b5ceeeb /boot.php | |
parent | f492f808f4861ae9937dcaf3bf8476513ae1c091 (diff) | |
parent | 547ef772ab1bcdf9cff1ad6d0593f3d27bb33d73 (diff) | |
download | volse-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-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__ ); |