aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-05 14:06:41 -0800
committerfriendica <info@friendica.com>2011-12-05 14:06:41 -0800
commitadbc84c48efd790dd8cded5f215d1223f880ec84 (patch)
treefe416b67e73dd47a51aec789d06a820b50969261 /boot.php
parentc8d5274ceea95bdf9df5ca2ab698fa9860319e31 (diff)
downloadvolse-hubzilla-adbc84c48efd790dd8cded5f215d1223f880ec84.tar.gz
volse-hubzilla-adbc84c48efd790dd8cded5f215d1223f880ec84.tar.bz2
volse-hubzilla-adbc84c48efd790dd8cded5f215d1223f880ec84.zip
maintain backward compatibility with old PMs
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 13546d6bb..875d4a69b 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.1185' );
+define ( 'FRIENDICA_VERSION', '2.3.1186' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1109 );