From: Michael Date: Thu, 5 Jan 2017 22:56:49 +0000 (+0000) Subject: Now for the database version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=58c229031edeeb6c230ac73837e12a4d95ebbe79;p=friendica.git Now for the database version --- diff --git a/boot.php b/boot.php index aad8813766..5bf535ed91 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5.1-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1211 ); +define ( 'DB_UPDATE_VERSION', 1212 ); /** * @brief Constant with a HTML line break. diff --git a/update.php b/update.php index 3bd9cbe610..058536d821 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@