diff options
author | friendica <info@friendica.com> | 2012-01-01 11:45:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-01 11:45:56 -0800 |
commit | 0afb636e466a689600e974c6d7bb1f4cfbcf7193 (patch) | |
tree | 5cf3c708a65115c5a05482903bb6d679827206b2 /boot.php | |
parent | 44b4baa0ca43e78b92b08c57e86df13b5736bfaf (diff) | |
download | volse-hubzilla-0afb636e466a689600e974c6d7bb1f4cfbcf7193.tar.gz volse-hubzilla-0afb636e466a689600e974c6d7bb1f4cfbcf7193.tar.bz2 volse-hubzilla-0afb636e466a689600e974c6d7bb1f4cfbcf7193.zip |
change default ostatus poll interval
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.1212' ); +define ( 'FRIENDICA_VERSION', '2.3.1213' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1113 ); |