From 98edd826acde78593644c562fcad934ccf12bdd0 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 14 Jan 2018 15:14:16 +0000 Subject: [PATCH] Increased database version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 51594b2172..6b6d065ad4 100644 --- a/boot.php +++ b/boot.php @@ -43,7 +43,7 @@ define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Asparagus'); define('FRIENDICA_VERSION', '3.6-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); -define('DB_UPDATE_VERSION', 1241); +define('DB_UPDATE_VERSION', 1242); define('NEW_UPDATE_ROUTINE_VERSION', 1170); /**