diff options
author | Friendika <info@friendika.com> | 2011-09-27 19:27:47 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-27 19:27:47 -0700 |
commit | 4f9c072d661939680bd26b366b3c248d94a3b8da (patch) | |
tree | 96560ab35365f0a5db968827496693859c6a2a82 /boot.php | |
parent | 75af366122fa472c28a4105553646c53ec0a16e7 (diff) | |
download | volse-hubzilla-4f9c072d661939680bd26b366b3c248d94a3b8da.tar.gz volse-hubzilla-4f9c072d661939680bd26b366b3c248d94a3b8da.tar.bz2 volse-hubzilla-4f9c072d661939680bd26b366b3c248d94a3b8da.zip |
requeue deliveries on 503 errors which have 'retry-after' headers
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ require_once("include/pgettext.php"); require_once('include/nav.php'); define ( 'FRIENDIKA_PLATFORM', 'Free Friendika'); -define ( 'FRIENDIKA_VERSION', '2.3.1116' ); +define ( 'FRIENDIKA_VERSION', '2.3.1117' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1092 ); |