aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-28 09:27:59 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-28 09:27:59 +0200
commitdccd2da3563389a37ccddbb166bbb3b5ed3a0124 (patch)
tree31b646818c906339f01bd4538aee7364f5ef8c9d /boot.php
parente986fc3e301f2a0cfb3b975fe60974fc5dcfd76b (diff)
parent44d7c6aac3548e94e35aed87ba7c06b04f374fc2 (diff)
downloadvolse-hubzilla-dccd2da3563389a37ccddbb166bbb3b5ed3a0124.tar.gz
volse-hubzilla-dccd2da3563389a37ccddbb166bbb3b5ed3a0124.tar.bz2
volse-hubzilla-dccd2da3563389a37ccddbb166bbb3b5ed3a0124.zip
Merge remote-tracking branch 'friendika/master'
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 5b32e0573..24f965283 100644
--- a/boot.php
+++ b/boot.php
@@ -7,8 +7,8 @@ require_once('include/text.php');
require_once("include/pgettext.php");
require_once('include/nav.php');
-
-define ( 'FRIENDIKA_VERSION', '2.3.1116' );
+define ( 'FRIENDIKA_PLATFORM', 'Free Friendika');
+define ( 'FRIENDIKA_VERSION', '2.3.1117' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1092 );