aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-15 19:05:00 -0800
committerfriendica <info@friendica.com>2013-02-15 19:05:00 -0800
commitace1104d08715ffb4d7ada722adeb53206236a50 (patch)
treedafa569c14e5179091aac27c118a058d14471e76 /boot.php
parent5609d397789d7ed6907afa33248d599d173e508f (diff)
downloadvolse-hubzilla-ace1104d08715ffb4d7ada722adeb53206236a50.tar.gz
volse-hubzilla-ace1104d08715ffb4d7ada722adeb53206236a50.tar.bz2
volse-hubzilla-ace1104d08715ffb4d7ada722adeb53206236a50.zip
contact rating field so it's here when we need it
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 eb173d16a..7d9903843 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', 1027 );
+define ( 'DB_UPDATE_VERSION', 1028 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );