diff options
author | friendica <info@friendica.com> | 2011-12-18 00:14:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-18 00:14:34 -0800 |
commit | 978717a2475bbd25d61969e9448dc6f197c8d637 (patch) | |
tree | 916b91ef3cefe6db0ba0482da51279c617600623 /boot.php | |
parent | 22d59350e958e24cc3b7c49ce8ceae2e3178576e (diff) | |
download | volse-hubzilla-978717a2475bbd25d61969e9448dc6f197c8d637.tar.gz volse-hubzilla-978717a2475bbd25d61969e9448dc6f197c8d637.tar.bz2 volse-hubzilla-978717a2475bbd25d61969e9448dc6f197c8d637.zip |
add webfinger to poco, if present
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', '2.3.1197' ); +define ( 'FRIENDICA_VERSION', '2.3.1198' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1111 ); |