aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-27 19:35:34 -0700
committerfriendica <info@friendica.com>2013-03-27 19:35:34 -0700
commit810a60b9125b957485fe7030b9a0f4bc00164124 (patch)
treeafc2b3e2c9d807ca8e61d709fb260d0b69a90854 /boot.php
parent8148b7c32f160cbe2cdc37e7271ac62aa2133b7c (diff)
downloadvolse-hubzilla-810a60b9125b957485fe7030b9a0f4bc00164124.tar.gz
volse-hubzilla-810a60b9125b957485fe7030b9a0f4bc00164124.tar.bz2
volse-hubzilla-810a60b9125b957485fe7030b9a0f4bc00164124.zip
add new connections to default group (if any)
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 b37f51b9b..2c7c76777 100644
--- a/boot.php
+++ b/boot.php
@@ -41,7 +41,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', 1039 );
+define ( 'DB_UPDATE_VERSION', 1040 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );