aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-06 23:05:45 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-06 23:05:45 +0200
commitdd3ec468f65f05c0fbf233a161cffae2698bd3db (patch)
treeaeb767acdb364d89e4b436196e0bc924f1052278 /boot.php
parent65dcb39bacc6a7d2376f0994b907853eb80a3361 (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 3613813d7..812c91836 100755
--- a/boot.php
+++ b/boot.php
@@ -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__ );