aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-01-02 11:40:17 +0000
committerThomas Willingham <founder@kakste.com>2013-01-02 11:40:17 +0000
commit577236c372b4eaa1e93d60d7bedaecea8ef8c97f (patch)
treee9c38e309a8edcb72e25f17e751eeb6bac3feea0 /boot.php
parent2fd0653d6ff3c60920946f83d249c8763dcad4a8 (diff)
parent4108598133eae97e7c8a0b8e13ead4856f423cff (diff)
downloadvolse-hubzilla-577236c372b4eaa1e93d60d7bedaecea8ef8c97f.tar.gz
volse-hubzilla-577236c372b4eaa1e93d60d7bedaecea8ef8c97f.tar.bz2
volse-hubzilla-577236c372b4eaa1e93d60d7bedaecea8ef8c97f.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 61b64508e..9bee6c35c 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', 1013 );
+define ( 'DB_UPDATE_VERSION', 1014 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );