diff options
author | friendica <info@friendica.com> | 2011-11-27 13:44:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-27 13:44:45 -0800 |
commit | 1055ef3eead49d5822b9f373fc7e39bb5016d4ba (patch) | |
tree | 627b674238c2077201c42029128e55a8b6585b2b /boot.php | |
parent | cf7568efd72e93f1807c8560b78cae2580667413 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |