aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-27 00:57:47 -0800
committerfriendica <info@friendica.com>2012-12-27 00:57:47 -0800
commitefdcf7ad1662302af48086d3467445e1874e33a9 (patch)
treedc43c000fd28c7bbf11f5268eeb10e6b95052999 /boot.php
parent196375251d4eed281c68537fd2822cbcff5ae2cd (diff)
downloadvolse-hubzilla-efdcf7ad1662302af48086d3467445e1874e33a9.tar.gz
volse-hubzilla-efdcf7ad1662302af48086d3467445e1874e33a9.tar.bz2
volse-hubzilla-efdcf7ad1662302af48086d3467445e1874e33a9.zip
put keywords back in xprof - too messy to search and join from a separate table
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' );