diff options
author | Friendika <info@friendika.com> | 2011-06-22 19:08:30 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-22 19:08:30 -0700 |
commit | c23c366ff68f8b030c6db23e7edb2f6b21fbd5aa (patch) | |
tree | 701aded59c7b26c0a6e841c928952bd3d0e86ce6 /boot.php | |
parent | 673e51826c0629db1966e460630227c95739a46d (diff) | |
download | volse-hubzilla-c23c366ff68f8b030c6db23e7edb2f6b21fbd5aa.tar.gz volse-hubzilla-c23c366ff68f8b030c6db23e7edb2f6b21fbd5aa.tar.bz2 volse-hubzilla-c23c366ff68f8b030c6db23e7edb2f6b21fbd5aa.zip |
receive friendship suggestion over the wire (dfrn) and store
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.1018' ); +define ( 'FRIENDIKA_VERSION', '2.2.1019' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1066 ); |