diff options
author | Friendika <info@friendika.com> | 2011-11-01 14:24:56 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-01 14:24:56 -0700 |
commit | ae7425dadb2e8e2911f405631e332965066a916b (patch) | |
tree | f7297ae147a9a983574e7372501e747f63afc371 /boot.php | |
parent | 05eca449c82c9b574321b71864406bab3f926442 (diff) | |
download | volse-hubzilla-ae7425dadb2e8e2911f405631e332965066a916b.tar.gz volse-hubzilla-ae7425dadb2e8e2911f405631e332965066a916b.tar.bz2 volse-hubzilla-ae7425dadb2e8e2911f405631e332965066a916b.zip |
don't send diaspora profile updates in batch mode
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.1151' ); +define ( 'FRIENDIKA_VERSION', '2.3.1152' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1100 ); |