From 6f04a7e07033c8ca06df47defe1839d5763f1ee6 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 May 2013 19:34:56 -0700 Subject: minor fixes related to postgres development --- boot.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 1cb30bdc4..401fd458e 100644 --- a/boot.php +++ b/boot.php @@ -38,10 +38,10 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/BaseObject.php'); require_once('include/features.php'); -define ( 'RED_PLATFORM', 'Red'); -define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); -define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1040 ); +define ( 'RED_PLATFORM', 'Red' ); +define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); +define ( 'ZOT_REVISION', 1 ); +define ( 'DB_UPDATE_VERSION', 1041 ); define ( 'EOL', '
' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); -- cgit v1.2.3