From 1bec80152359da93289bb2d3bcdf33b83dd036f9 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 26 Jan 2012 23:56:47 -0800 Subject: [PATCH] typo in update - critical --- boot.php | 2 +- update.php | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/boot.php b/boot.php index 9ccbfe667c..03f324749d 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.1236' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1117 ); +define ( 'DB_UPDATE_VERSION', 1118 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/update.php b/update.php index e1900e8070..d961f29327 100755 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@