From 62768a1bb44176183a058bba9aec89ac2202310e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 16 Apr 2017 15:23:57 +0200 Subject: [PATCH] Bump version to 1219 https://github.com/friendica/friendica/pull/3321#pullrequestreview-32528437 --- 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 05588b8d2c..becb9bd570 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5.2-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1218 ); +define ( 'DB_UPDATE_VERSION', 1219 ); /** * @brief Constant with a HTML line break. diff --git a/database.sql b/database.sql index bc336d5a32..69da511b03 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ -- Friendica 3.5.2-dev (Asparagus) --- DB_UPDATE_VERSION 1218 +-- DB_UPDATE_VERSION 1219 -- ------------------------------------------ diff --git a/update.php b/update.php index f1117e9b77..ea0c575353 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@