From 366e735ad87c30cf6562e496e3e6a158148a035e Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 3 Dec 2015 14:44:03 -0800 Subject: time to tag the sucker --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 2b1f3cb4e..3a012300e 100755 --- a/boot.php +++ b/boot.php @@ -48,7 +48,7 @@ require_once('include/AccessList.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H'); -define ( 'STD_VERSION', '0.11.1' ); +define ( 'STD_VERSION', '1.0' ); define ( 'ZOT_REVISION', 1 ); define ( 'DB_UPDATE_VERSION', 1160 ); -- cgit v1.2.3 From 70c5f347c4104c9cd64617630d2772821c83ad37 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 3 Dec 2015 18:27:49 -0800 Subject: remove non-working directory server from the project fallback list. --- boot.php | 1 - 1 file changed, 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3a012300e..36031f537 100755 --- a/boot.php +++ b/boot.php @@ -84,7 +84,6 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.site', 'https://red.zottel.red', 'https://gravizot.de', - 'https://blablanet.com', 'https://my.federated.social' ); -- cgit v1.2.3 From 615c97132d37027833744a6a00da4ebc08840309 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 3 Dec 2015 19:18:12 -0800 Subject: add hubzilla.nl as fallback --- boot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 36031f537..48d81ff59 100755 --- a/boot.php +++ b/boot.php @@ -84,7 +84,8 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.site', 'https://red.zottel.red', 'https://gravizot.de', - 'https://my.federated.social' + 'https://my.federated.social', + 'https://hubzilla.nl' ); -- cgit v1.2.3