diff options
author | zotlabs <mike@macgirvin.com> | 2020-01-24 19:38:21 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2020-01-24 19:38:21 -0800 |
commit | 19a8dfaa5c55b674df25ae7af5c1ffcf9070e522 (patch) | |
tree | 72461b15f54d222d12a1657c5ec534c25f93a236 /boot.php | |
parent | 293d411efb28b8f20a0208e3c52883e9fbb8cea7 (diff) | |
parent | fa45ea1d84f27c6b4ddfdcffeed622cca354f3d9 (diff) | |
download | volse-hubzilla-19a8dfaa5c55b674df25ae7af5c1ffcf9070e522.tar.gz volse-hubzilla-19a8dfaa5c55b674df25ae7af5c1ffcf9070e522.tar.bz2 volse-hubzilla-19a8dfaa5c55b674df25ae7af5c1ffcf9070e522.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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', '4.7' ); +define ( 'STD_VERSION', '4.7.1' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1234 ); +define ( 'DB_UPDATE_VERSION', 1235 ); define ( 'PROJECT_BASE', __DIR__ ); |