aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-04 15:34:28 -0700
committerFriendika <info@friendika.com>2011-06-04 15:34:28 -0700
commit05e06889b313a7a870f5ef4d374c043b5950ef77 (patch)
tree5483daa0dcdb96b691135c5a39d199dd40fbe5f4 /boot.php
parente591ed6b30808cabf1f0c80a356f3fa12ce4aa31 (diff)
downloadvolse-hubzilla-05e06889b313a7a870f5ef4d374c043b5950ef77.tar.gz
volse-hubzilla-05e06889b313a7a870f5ef4d374c043b5950ef77.tar.bz2
volse-hubzilla-05e06889b313a7a870f5ef4d374c043b5950ef77.zip
mbstring is now required
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 798a2ef43..3ca083901 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 );