aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-26 21:15:22 +0200
committerMario <mario@mariovavti.com>2018-06-08 09:41:35 +0200
commit752a9d904c99dda79e6c67068cdd970a29946b58 (patch)
treed2921baae6f330eb4f03f38fa5f09f7940aabf47 /boot.php
parenta5b9fbaf00bb59016d54407731712b15803af983 (diff)
downloadvolse-hubzilla-752a9d904c99dda79e6c67068cdd970a29946b58.tar.gz
volse-hubzilla-752a9d904c99dda79e6c67068cdd970a29946b58.tar.bz2
volse-hubzilla-752a9d904c99dda79e6c67068cdd970a29946b58.zip
DB update to fix wrong hubloc_url for activitypub hublocs
(cherry picked from commit eb04dbc5ce2321ca5da4274005bd3e4352cf83fa)
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 719f6dde4..bced2e156 100755
--- a/boot.php
+++ b/boot.php
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.4' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1214 );
+define ( 'DB_UPDATE_VERSION', 1215 );
define ( 'PROJECT_BASE', __DIR__ );