diff options
author | Friendika <info@friendika.com> | 2011-11-04 15:21:46 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-04 15:21:46 -0700 |
commit | a203820efeeae5b14fbc59140205e87fb40294f9 (patch) | |
tree | b08261e4c971411ff28effac59651a28d0ee5df7 /boot.php | |
parent | 2765b0ba4145dd58e49caa74b780dd6c19d7551c (diff) | |
download | volse-hubzilla-a203820efeeae5b14fbc59140205e87fb40294f9.tar.gz volse-hubzilla-a203820efeeae5b14fbc59140205e87fb40294f9.tar.bz2 volse-hubzilla-a203820efeeae5b14fbc59140205e87fb40294f9.zip |
reduce polling load
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 ( 'FRIENDIKA_PLATFORM', 'Friendica'); -define ( 'FRIENDIKA_VERSION', '2.3.1154' ); +define ( 'FRIENDIKA_VERSION', '2.3.1155' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1102 ); |