aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-27 13:44:45 -0800
committerfriendica <info@friendica.com>2011-11-27 13:44:45 -0800
commit1055ef3eead49d5822b9f373fc7e39bb5016d4ba (patch)
tree627b674238c2077201c42029128e55a8b6585b2b /boot.php
parentcf7568efd72e93f1807c8560b78cae2580667413 (diff)
downloadvolse-hubzilla-1055ef3eead49d5822b9f373fc7e39bb5016d4ba.tar.gz
volse-hubzilla-1055ef3eead49d5822b9f373fc7e39bb5016d4ba.tar.bz2
volse-hubzilla-1055ef3eead49d5822b9f373fc7e39bb5016d4ba.zip
more readable private image extraction for bypassing preg limits
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 9d08b752a..01280c42f 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.1177' );
+define ( 'FRIENDICA_VERSION', '2.3.1178' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1105 );