aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-11 17:23:42 -0700
committerFriendika <info@friendika.com>2011-07-11 17:23:42 -0700
commit2a65d01ce29eff486dcffc47c9d297e1eb7472ea (patch)
treea474d3cdc1b4606f04ea59b93ac70d667b230bee /boot.php
parenteb604deff5da8262f4b32e5a7ac70c9991b0284d (diff)
downloadvolse-hubzilla-2a65d01ce29eff486dcffc47c9d297e1eb7472ea.tar.gz
volse-hubzilla-2a65d01ce29eff486dcffc47c9d297e1eb7472ea.tar.bz2
volse-hubzilla-2a65d01ce29eff486dcffc47c9d297e1eb7472ea.zip
several fixes to parse_url
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 0a98399cd..ae7d94dac 100644
--- a/boot.php
+++ b/boot.php
@@ -4,7 +4,7 @@ set_time_limit(0);
ini_set('pcre.backtrack_limit', 250000);
-define ( 'FRIENDIKA_VERSION', '2.2.1037' );
+define ( 'FRIENDIKA_VERSION', '2.2.1038' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1075 );