diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-07-04 12:41:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-07-04 12:41:47 +0200 |
commit | c596248f40a8083460f661c4fd536f94cddcf228 (patch) | |
tree | a752598639aeefeb8e1123b4e335c96cc0cb3db9 /boot.php | |
parent | fbf868e97619374206a109ff17d8f6c51c13aeb6 (diff) | |
parent | 6ae3a92f532aac96610528fa4828e2f5499b2d65 (diff) | |
download | volse-hubzilla-c596248f40a8083460f661c4fd536f94cddcf228.tar.gz volse-hubzilla-c596248f40a8083460f661c4fd536f94cddcf228.tar.bz2 volse-hubzilla-c596248f40a8083460f661c4fd536f94cddcf228.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
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.5.6' ); +define ( 'STD_VERSION', '2.5.7' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1191 ); |