aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-12-28 02:07:20 +0000
committerThomas Willingham <founder@kakste.com>2012-12-28 02:07:20 +0000
commit2fb831637c32419b93ebedb13d3900eca2b530f7 (patch)
tree62cc60737388a474cf5bf065f65738e11dcf3f5a /boot.php
parent13b4ca2d4fd9febd76f54058de53b25a8e725720 (diff)
parent55e77a57d0ea20844b481ff9b194bdf424857c5e (diff)
downloadvolse-hubzilla-2fb831637c32419b93ebedb13d3900eca2b530f7.tar.gz
volse-hubzilla-2fb831637c32419b93ebedb13d3900eca2b530f7.tar.bz2
volse-hubzilla-2fb831637c32419b93ebedb13d3900eca2b530f7.zip
Merge remote-tracking branch 'upstream/master'
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 bc5c19dc1..01e518535 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', 1009 );
+define ( 'DB_UPDATE_VERSION', 1010 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );