aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-27 04:09:14 -0800
committerfriendica <info@friendica.com>2011-11-27 04:09:14 -0800
commitcf7568efd72e93f1807c8560b78cae2580667413 (patch)
tree6b8af40094a08cfcd0b598afe1328f148d8c20de /boot.php
parent0f4a42f550b5bc863cec7c7a3fca26a028599dcc (diff)
downloadvolse-hubzilla-cf7568efd72e93f1807c8560b78cae2580667413.tar.gz
volse-hubzilla-cf7568efd72e93f1807c8560b78cae2580667413.tar.bz2
volse-hubzilla-cf7568efd72e93f1807c8560b78cae2580667413.zip
extract private images before bbcode translation since preg has issues with large data sizes.
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 ff5d23847..9d08b752a 100644
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1176' );
+define ( 'FRIENDICA_VERSION', '2.3.1177' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1105 );