aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-18 21:20:54 -0700
committerfriendica <info@friendica.com>2013-09-18 21:20:54 -0700
commit5607737c395c32a0c9f0ee071c571f6a7509f8eb (patch)
tree3f0ac480eb7404597f37d48391bbc59bbd5977fc /boot.php
parente4d2e2200e04c8df699d9a8efade661123ef7ac8 (diff)
downloadvolse-hubzilla-5607737c395c32a0c9f0ee071c571f6a7509f8eb.tar.gz
volse-hubzilla-5607737c395c32a0c9f0ee071c571f6a7509f8eb.tar.bz2
volse-hubzilla-5607737c395c32a0c9f0ee071c571f6a7509f8eb.zip
set default charset of email_header_encode, add ud_flags to indicate which updates have been processed in some way.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 1bbdd0e52..ec1184e4e 100755
--- a/boot.php
+++ b/boot.php
@@ -44,7 +44,7 @@ require_once('include/taxonomy.php');
define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1070 );
+define ( 'DB_UPDATE_VERSION', 1071 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );