From 0a50dbaece795fe80b9b115facc0d1f7498351d1 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 6 Sep 2016 19:01:05 +0000 Subject: [PATCH] New database version --- boot.php | 2 +- update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index dea9b8e8cd..d5b8439333 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1200 ); +define ( 'DB_UPDATE_VERSION', 1201 ); /** * @brief Constant with a HTML line break. diff --git a/update.php b/update.php index dce397368d..80ce96c382 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@