From: friendica Date: Fri, 27 Jan 2012 07:56:47 +0000 (-0800) Subject: typo in update - critical X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1bec80152359da93289bb2d3bcdf33b83dd036f9;p=friendica.git typo in update - critical --- 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 @@