From: Friendika <info@friendika.com>
Date: Sat, 4 Jun 2011 22:34:28 +0000 (-0700)
Subject: mbstring is now required
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=05e06889b313a7a870f5ef4d374c043b5950ef77;p=friendica.git

mbstring is now required
---

diff --git a/INSTALL.txt b/INSTALL.txt
index 8de306b7d0..32de0309c3 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -27,7 +27,7 @@ exchange conversations
 encryption support
 		- PHP *command line* access with register_argc_argv set to true in the 
 php.ini file
-		- curl, gd, mysql, and openssl extensions
+		- curl, gd, mysql, mbstring, and openssl extensions
 		- some form of email server or email gateway such that PHP mail() works
 		- mcrypt (optional; used for end-to-end message encryption)
 
diff --git a/boot.php b/boot.php
index 798a2ef433..3ca0839011 100644
--- a/boot.php
+++ b/boot.php
@@ -4,7 +4,7 @@ set_time_limit(0);
 ini_set('pcre.backtrack_limit', 250000);
 
 
-define ( 'FRIENDIKA_VERSION',      '2.2.999' );
+define ( 'FRIENDIKA_VERSION',      '2.2.1001' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
 define ( 'DB_UPDATE_VERSION',      1060      );