From 50d1cb2e3afe265004c7c08c8a63876c4b541469 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 1 Jan 2013 23:56:27 -0800 Subject: start building social graph --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 61b64508e..9bee6c35c 100644 --- a/boot.php +++ b/boot.php @@ -16,7 +16,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1013 ); +define ( 'DB_UPDATE_VERSION', 1014 ); define ( 'EOL', '
' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); -- cgit v1.2.3