aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-20 14:55:18 -0700
committerfriendica <info@friendica.com>2012-03-20 14:55:18 -0700
commit92ef36ad61bc96905b062a727d1f4558ed734bdb (patch)
tree56fe93f5a2b4ae5961fefc55ec7809ea70c92334 /boot.php
parent9df797299320cea01c541bb4997e498f915f98fa (diff)
downloadvolse-hubzilla-92ef36ad61bc96905b062a727d1f4558ed734bdb.tar.gz
volse-hubzilla-92ef36ad61bc96905b062a727d1f4558ed734bdb.tar.bz2
volse-hubzilla-92ef36ad61bc96905b062a727d1f4558ed734bdb.zip
slightly relax overly strict permissions in community and search to match those in display - tl;dr public conversations are publicly visible
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index be4b8ca0e..fa081df1b 100755
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1286' );
+define ( 'FRIENDICA_VERSION', '2.3.1287' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1132 );