From: Michael Vogel Date: Tue, 6 Sep 2016 19:01:05 +0000 (+0000) Subject: New database version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a50dbaece795fe80b9b115facc0d1f7498351d1;p=friendica.git New database version --- 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 @@