]> git.mxchange.org Git - friendica.git/commitdiff
mbstring is now required
authorFriendika <info@friendika.com>
Sat, 4 Jun 2011 22:34:28 +0000 (15:34 -0700)
committerFriendika <info@friendika.com>
Sat, 4 Jun 2011 22:34:28 +0000 (15:34 -0700)
INSTALL.txt
boot.php

index 8de306b7d0cc80e8ccd063052290cdcdfc4d545d..32de0309c3d0224e772a88bce90a55c23714684e 100644 (file)
@@ -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)
 
index 798a2ef4337dc3a78f0afb360b77ea2626242bc5..3ca0839011d9ea7dcf4717afa25201286a507a74 100644 (file)
--- 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      );