From 504ceb2d439d81314efd5a97fc78d99d7e9e5dc2 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 7 Jun 2017 20:24:44 +0000 Subject: [PATCH] We should increase the database version number --- boot.php | 2 +- update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 50b8f03f6..15341c0fe 100644 --- a/boot.php +++ b/boot.php @@ -41,7 +41,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5.3-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1228 ); +define ( 'DB_UPDATE_VERSION', 1229 ); /** * @brief Constant with a HTML line break. diff --git a/update.php b/update.php index 76620a48a..df52e8582 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@