aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-12-19 19:54:18 +0000
committerThomas Willingham <founder@kakste.com>2012-12-19 19:54:18 +0000
commita2b30f9411f537d9eb15d697970d682869c76a0e (patch)
treeb96702d7ece5d564aaf00cdd950270b0b67ac3e6 /boot.php
parent2cfd1a3f085e44d4513fd969bb01be74a59d5784 (diff)
parent44e70bdca367344c441b1e26e790ac0465953734 (diff)
downloadvolse-hubzilla-a2b30f9411f537d9eb15d697970d682869c76a0e.tar.gz
volse-hubzilla-a2b30f9411f537d9eb15d697970d682869c76a0e.tar.bz2
volse-hubzilla-a2b30f9411f537d9eb15d697970d682869c76a0e.zip
Merge remote-tracking branch 'upstream/master'
Conflicts: view/tpl/nav.tpl
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 a003baa20..0736502b0 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1002 );
+define ( 'DB_UPDATE_VERSION', 1003 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );