From 7daf2cf7dbfbbfa8f10378c8c16175548bedae87 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Dec 2012 03:34:17 -0800 Subject: directory structures --- boot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 82ed8b832..0405948c9 100644 --- a/boot.php +++ b/boot.php @@ -15,9 +15,8 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); -define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1006 ); +define ( 'DB_UPDATE_VERSION', 1007 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); -- cgit v1.2.3