aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-05 02:24:37 -0700
committerzotlabs <mike@macgirvin.com>2018-05-05 02:24:37 -0700
commit894f5bc79a7fc91ee1f5a3502f3069a48abcb4f5 (patch)
tree55f014ff2183c88f8d51b3808840e5852dfa697f /boot.php
parentb47b917eb0a8bcc8e07a8978bf9a18a2e199d96c (diff)
parent0895756658e3019b2badf876d4699e298234208c (diff)
downloadvolse-hubzilla-894f5bc79a7fc91ee1f5a3502f3069a48abcb4f5.tar.gz
volse-hubzilla-894f5bc79a7fc91ee1f5a3502f3069a48abcb4f5.tar.bz2
volse-hubzilla-894f5bc79a7fc91ee1f5a3502f3069a48abcb4f5.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 40b38985b..e493ef34b 100755
--- a/boot.php
+++ b/boot.php
@@ -50,7 +50,7 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '3.5.2' );
+define ( 'STD_VERSION', '3.5.3' );
define ( 'ZOT_REVISION', '6.0a' );
@@ -81,7 +81,7 @@ define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); // A detached (off the grid) hub
// point to go out and find the rest of the world.
define ( 'DIRECTORY_REALM', 'RED_GLOBAL');
-define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de');
+define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net');
$DIRECTORY_FALLBACK_SERVERS = array(
'https://hubzilla.zottel.net',