From b8d6dc591227e510771eb6fc68853c258b57ebbf Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 6 Oct 2016 21:01:25 -0400 Subject: [PATCH] Fix Issue #2816 - Bump database version --- boot.php | 2 +- database.sql | 2 +- update.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot.php b/boot.php index 4970574635..348b786e4d 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', 1204 ); +define ( 'DB_UPDATE_VERSION', 1205 ); /** * @brief Constant with a HTML line break. diff --git a/database.sql b/database.sql index c880e70bf4..f12746e7e5 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ -- Friendica 3.5.1-dev (Asparagus) --- DB_UPDATE_VERSION 1204 +-- DB_UPDATE_VERSION 1205 -- ------------------------------------------ diff --git a/update.php b/update.php index b659336abf..01fa220673 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@