diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-06 23:05:45 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-06 23:05:45 +0200 |
commit | dd3ec468f65f05c0fbf233a161cffae2698bd3db (patch) | |
tree | aeb767acdb364d89e4b436196e0bc924f1052278 /boot.php | |
parent | 65dcb39bacc6a7d2376f0994b907853eb80a3361 (diff) | |
download | volse-hubzilla-dd3ec468f65f05c0fbf233a161cffae2698bd3db.tar.gz volse-hubzilla-dd3ec468f65f05c0fbf233a161cffae2698bd3db.tar.bz2 volse-hubzilla-dd3ec468f65f05c0fbf233a161cffae2698bd3db.zip |
fix issue #1281 - hubloc default values
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.9' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1223 ); +define ( 'DB_UPDATE_VERSION', 1224 ); define ( 'PROJECT_BASE', __DIR__ ); |