aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-08 18:11:36 -0800
committerFriendika <info@friendika.com>2011-03-08 18:11:36 -0800
commit041f3ca774b07e404c5a9eea6e42c9875d444387 (patch)
tree12135053f4924ba2a10cc55d9aa3db11c2ebb596 /boot.php
parentc40944fc86d4c53f32563dc8685c0026ac4ee641 (diff)
downloadvolse-hubzilla-041f3ca774b07e404c5a9eea6e42c9875d444387.tar.gz
volse-hubzilla-041f3ca774b07e404c5a9eea6e42c9875d444387.tar.bz2
volse-hubzilla-041f3ca774b07e404c5a9eea6e42c9875d444387.zip
detect empty .htconfig.php - in case permissions need to be set on it in order to install
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 6bd78b87d..d3380a395 100644
--- a/boot.php
+++ b/boot.php
@@ -3,7 +3,7 @@
set_time_limit(0);
define ( 'BUILD_ID', 1039 );
-define ( 'FRIENDIKA_VERSION', '2.10.0909' );
+define ( 'FRIENDIKA_VERSION', '2.10.0910' );
define ( 'DFRN_PROTOCOL_VERSION', '2.1' );
define ( 'EOL', "<br />\r\n" );