diff options
author | friendica <info@friendica.com> | 2011-12-03 00:08:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-03 00:08:04 -0800 |
commit | 172fdbcdcfac15a14332967d6d493eac56c088bb (patch) | |
tree | d2e7bd72f0dc0d5e6f706b655c66af8e47d72190 /boot.php | |
parent | 09d8a3b69f638575076f5dd5ddc40e7e7af2c6a3 (diff) | |
download | volse-hubzilla-172fdbcdcfac15a14332967d6d493eac56c088bb.tar.gz volse-hubzilla-172fdbcdcfac15a14332967d6d493eac56c088bb.tar.bz2 volse-hubzilla-172fdbcdcfac15a14332967d6d493eac56c088bb.zip |
bug #232
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.1182' ); +define ( 'FRIENDICA_VERSION', '2.3.1183' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1107 ); |