diff options
author | Friendika <info@friendika.com> | 2011-09-06 18:06:19 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-06 18:06:19 -0700 |
commit | a5125359d85afa056aee18a73692b6d1a587be47 (patch) | |
tree | 55b3715df1499528d4cfb2d7a488ccd0f61ab906 /boot.php | |
parent | 18315a1377f212d56df61c5a5095892e8fcaf77f (diff) | |
download | volse-hubzilla-a5125359d85afa056aee18a73692b6d1a587be47.tar.gz volse-hubzilla-a5125359d85afa056aee18a73692b6d1a587be47.tar.bz2 volse-hubzilla-a5125359d85afa056aee18a73692b6d1a587be47.zip |
faster friend requests (DFRN)
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1094' ); +define ( 'FRIENDIKA_VERSION', '2.2.1095' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1087 ); |