From b12e598dba54c81a8d91d7fbd5f68922099585e1 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 Feb 2012 14:30:24 -0800 Subject: [PATCH] roll update 1118 forward, enable update 1119 --- boot.php | 2 +- update.php | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/boot.php b/boot.php index fc53a026db..a861dff678 100755 --- a/boot.php +++ b/boot.php @@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1243' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1119 ); +define ( 'DB_UPDATE_VERSION', 1120 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index d0fe1645b1..dc3cc0e562 100755 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@