From 5607737c395c32a0c9f0ee071c571f6a7509f8eb Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 18 Sep 2013 21:20:54 -0700 Subject: set default charset of email_header_encode, add ud_flags to indicate which updates have been processed in some way. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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', '
' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); -- cgit v1.2.3