From: Michael Vogel Date: Fri, 29 Jan 2016 02:51:12 +0000 (+0100) Subject: DB Version was forgotten ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d33441c2ef5f576537c43d04fc3c4b0bf9a6561;p=friendica.git DB Version was forgotten ... --- diff --git a/boot.php b/boot.php index 955b89e56c..4ef30eadac 100644 --- a/boot.php +++ b/boot.php @@ -36,7 +36,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', 1193 ); +define ( 'DB_UPDATE_VERSION', 1194 ); /** * @brief Constant with a HTML line break. diff --git a/update.php b/update.php index a825c82e92..0689aa19b3 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@