From dd3ec468f65f05c0fbf233a161cffae2698bd3db Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 6 Oct 2018 23:05:45 +0200 Subject: fix issue #1281 - hubloc default values --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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__ ); -- cgit v1.2.3