aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-29 21:20:19 -0700
committerFriendika <info@friendika.com>2011-09-29 21:20:19 -0700
commit097c1f8da774c82f441f370f391f93acc2025ccd (patch)
tree48280ddd3fb1257c774fc6ca11061d0f163b508f /boot.php
parentc1221cc052c78550c214e7974407cc66992eadbe (diff)
downloadvolse-hubzilla-097c1f8da774c82f441f370f391f93acc2025ccd.tar.gz
volse-hubzilla-097c1f8da774c82f441f370f391f93acc2025ccd.tar.bz2
volse-hubzilla-097c1f8da774c82f441f370f391f93acc2025ccd.zip
do not poll for abandoned accounts
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e8f2b6f0c..85b571c82 100644
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/nav.php');
define ( 'FRIENDIKA_PLATFORM', 'Free Friendika');
define ( 'FRIENDIKA_VERSION', '2.3.1119' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
-define ( 'DB_UPDATE_VERSION', 1092 );
+define ( 'DB_UPDATE_VERSION', 1093 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );