From: Friendika Date: Sat, 16 Apr 2011 15:45:49 +0000 (-0700) Subject: update updater X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06492b76b150beb972cc54cce2740e76937d1544;p=friendica.git update updater --- diff --git a/boot.php b/boot.php index eeaf513984..9072a135d2 100644 --- a/boot.php +++ b/boot.php @@ -4,7 +4,7 @@ set_time_limit(0); define ( 'FRIENDIKA_VERSION', '2.1.950' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1052 ); +define ( 'DB_UPDATE_VERSION', 1053 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );