aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-18 17:16:02 -0700
committerFriendika <info@friendika.com>2011-09-18 17:16:02 -0700
commite2e29b2deafffb98d156fb3f726a3968b3492522 (patch)
treeb039924fa3bd84999177e70fbd52b9f67baa6fdf /boot.php
parent5899c9f406eb52c41c6b4ff87b0b313c26786cfe (diff)
downloadvolse-hubzilla-e2e29b2deafffb98d156fb3f726a3968b3492522.tar.gz
volse-hubzilla-e2e29b2deafffb98d156fb3f726a3968b3492522.tar.bz2
volse-hubzilla-e2e29b2deafffb98d156fb3f726a3968b3492522.zip
only header encode if necessary
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 e073aee68..6e78b21f6 100644
--- a/boot.php
+++ b/boot.php
@@ -7,7 +7,7 @@ require_once('include/text.php');
require_once("include/pgettext.php");
-define ( 'FRIENDIKA_VERSION', '2.2.1106' );
+define ( 'FRIENDIKA_VERSION', '2.2.1107' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1087 );