From 10c7ab76a2e89738a08fdb25ccf31b4c11826448 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 8 Feb 2015 16:03:23 +0100 Subject: [PATCH] Added thread update for central item storage in the update procedure. --- boot.php | 2 +- update.php | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index dd6bc6ac5d..8e337dda6e 100644 --- a/boot.php +++ b/boot.php @@ -18,7 +18,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Ginger'); define ( 'FRIENDICA_VERSION', '3.3.3-RC' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1178 ); +define ( 'DB_UPDATE_VERSION', 1179 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index e80de3526a..57500b10d9 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@