From 15355850f7bc0d88766129191a870271b96f1a95 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 27 Apr 2017 20:47:52 +0000 Subject: [PATCH] Set the database version --- boot.php | 2 +- update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 1851f84579..d5972484bc 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5.2-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1220 ); +define ( 'DB_UPDATE_VERSION', 1221 ); /** * @brief Constant with a HTML line break. diff --git a/update.php b/update.php index 8da76336fc..704f2ac061 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@