From 7a0894287268658361c90e2f4d1b77f8ca5739a6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 31 Jul 2012 17:55:27 -0700 Subject: remember that the main thing is to keep the main thing the main thing... --- boot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index c83cabe72..102304596 100644 --- a/boot.php +++ b/boot.php @@ -13,7 +13,8 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1154 ); +define ( 'ZOT_REVISION', 1 ); +define ( 'DB_UPDATE_VERSION', 1154 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); -- cgit v1.2.3