From 810a60b9125b957485fe7030b9a0f4bc00164124 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 27 Mar 2013 19:35:34 -0700 Subject: add new connections to default group (if any) --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index b37f51b9b..2c7c76777 100644 --- a/boot.php +++ b/boot.php @@ -41,7 +41,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', 1039 ); +define ( 'DB_UPDATE_VERSION', 1040 ); define ( 'EOL', '
' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); -- cgit v1.2.3