aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-06 03:55:58 -0700
committerfriendica <info@friendica.com>2013-05-06 03:55:58 -0700
commit027f932ff53d0bd42ba8bb805660a332fc2910a9 (patch)
tree3f8db7f3fe76001e74f3930ff99879b9ac085fd6 /boot.php
parentdc028ce8ba37aa80c05ade1f2d36371c41457671 (diff)
downloadvolse-hubzilla-027f932ff53d0bd42ba8bb805660a332fc2910a9.tar.gz
volse-hubzilla-027f932ff53d0bd42ba8bb805660a332fc2910a9.tar.bz2
volse-hubzilla-027f932ff53d0bd42ba8bb805660a332fc2910a9.zip
add driver param to output queue so we know what protocol to use when faced with multiple choice
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 6fd785621..e230a13c6 100644
--- a/boot.php
+++ b/boot.php
@@ -41,7 +41,7 @@ require_once('include/features.php');
define ( 'RED_PLATFORM', 'Red' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1041 );
+define ( 'DB_UPDATE_VERSION', 1042 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );