diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-12 16:11:07 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-12 16:11:07 -0700 |
commit | f99b62b5167c5d855b55be451cf54327fc515777 (patch) | |
tree | 90b6029578929e43806e4e8ac1489e3a3e5006cd /boot.php | |
parent | 2f45182b4861397d317080d5a93c87c85866a2d9 (diff) | |
parent | 9da1439a4d71f925dcdfabc7882e71a17fe487ba (diff) | |
download | volse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.tar.gz volse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.tar.bz2 volse-hubzilla-f99b62b5167c5d855b55be451cf54327fc515777.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.7.0' ); +define ( 'STD_VERSION', '2.7.1' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1193 ); |