aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-08 20:55:34 -0800
committerFriendika <info@friendika.com>2011-02-08 20:55:34 -0800
commit6b8bbef6c795fcf73c7c7271decf0f0bfed158c7 (patch)
tree5018521cad271e9885f600442774065adfe84269 /boot.php
parentf70a0b028288fa13c64f1ffaa310765a95347dac (diff)
downloadvolse-hubzilla-6b8bbef6c795fcf73c7c7271decf0f0bfed158c7.tar.gz
volse-hubzilla-6b8bbef6c795fcf73c7c7271decf0f0bfed158c7.tar.bz2
volse-hubzilla-6b8bbef6c795fcf73c7c7271decf0f0bfed158c7.zip
suppress parse warnings
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 8492b8be0..3edd45971 100644
--- a/boot.php
+++ b/boot.php
@@ -3,7 +3,7 @@
set_time_limit(0);
define ( 'BUILD_ID', 1038 );
-define ( 'FRIENDIKA_VERSION', '2.10.0905' );
+define ( 'FRIENDIKA_VERSION', '2.10.0906' );
define ( 'DFRN_PROTOCOL_VERSION', '2.1' );
define ( 'EOL', "<br />\r\n" );