diff options
author | friendica <info@friendica.com> | 2012-06-02 18:05:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-02 18:05:23 -0700 |
commit | 4978ee12d10a9a18f9fc26795e09515ef6db7949 (patch) | |
tree | c13226f751abf22be3a835ba32145b96bcc922fc /boot.php | |
parent | 608d424b0b94eacd99ceeeca3e2caf112abd5b48 (diff) | |
download | volse-hubzilla-4978ee12d10a9a18f9fc26795e09515ef6db7949.tar.gz volse-hubzilla-4978ee12d10a9a18f9fc26795e09515ef6db7949.tar.bz2 volse-hubzilla-4978ee12d10a9a18f9fc26795e09515ef6db7949.zip |
webfinger profile linker
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1361' ); +define ( 'FRIENDICA_VERSION', '3.0.1362' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1146 ); |