diff options
author | Friendika <info@friendika.com> | 2011-07-11 17:23:42 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-11 17:23:42 -0700 |
commit | 2a65d01ce29eff486dcffc47c9d297e1eb7472ea (patch) | |
tree | a474d3cdc1b4606f04ea59b93ac70d667b230bee /boot.php | |
parent | eb604deff5da8262f4b32e5a7ac70c9991b0284d (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |