aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-16 00:59:43 -0800
committerfriendica <info@friendica.com>2013-01-16 00:59:43 -0800
commita9f4a47a35eecad03c9c0da58a3febc99fd87453 (patch)
tree603afbbde45be1e32398a6d458b73144858057f8 /boot.php
parentddd8a0e062964cc18a7ef54828019ee28e63175b (diff)
downloadvolse-hubzilla-a9f4a47a35eecad03c9c0da58a3febc99fd87453.tar.gz
volse-hubzilla-a9f4a47a35eecad03c9c0da58a3febc99fd87453.tar.bz2
volse-hubzilla-a9f4a47a35eecad03c9c0da58a3febc99fd87453.zip
import events (not just event posts) from zot
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 fab29db51..4bf3eecd7 100644
--- a/boot.php
+++ b/boot.php
@@ -16,7 +16,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1019 );
+define ( 'DB_UPDATE_VERSION', 1020 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );