diff options
author | friendica <info@friendica.com> | 2011-12-05 14:06:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-05 14:06:41 -0800 |
commit | adbc84c48efd790dd8cded5f215d1223f880ec84 (patch) | |
tree | fe416b67e73dd47a51aec789d06a820b50969261 /boot.php | |
parent | c8d5274ceea95bdf9df5ca2ab698fa9860319e31 (diff) | |
download | volse-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.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.1185' ); +define ( 'FRIENDICA_VERSION', '2.3.1186' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1109 ); |