aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-10 19:00:22 -0800
committerfriendica <info@friendica.com>2013-02-10 19:00:22 -0800
commit869b704b4019b49fdb5fb174fabd13b4e0e9aec0 (patch)
tree0d81f107bbbc15d0eea778efb722701b8dde1f55 /boot.php
parent27c9288addb1630551633bdc4e631d4d01b5b93e (diff)
downloadvolse-hubzilla-869b704b4019b49fdb5fb174fabd13b4e0e9aec0.tar.gz
volse-hubzilla-869b704b4019b49fdb5fb174fabd13b4e0e9aec0.tar.bz2
volse-hubzilla-869b704b4019b49fdb5fb174fabd13b4e0e9aec0.zip
add mimetype to items
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 bd57e4171..d26d6a5f1 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', 1026 );
+define ( 'DB_UPDATE_VERSION', 1027 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );