diff options
author | zottel <github@zottel.net> | 2012-05-04 10:00:04 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-04 10:00:04 +0200 |
commit | a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de (patch) | |
tree | 8c931e7a9feb65af4505864e605dbccf544bfdec /boot.php | |
parent | 35771a778df18afb231969c242680a6353e5ef8e (diff) | |
parent | 22c8fe46a554457b43b9721f1f46739511398060 (diff) | |
download | volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.tar.gz volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.tar.bz2 volse-hubzilla-a9f825ec3fc8b44115b1fae3b1aeb2c07f23e3de.zip |
Merge remote branch 'upstream/master'
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.1330' ); +define ( 'FRIENDICA_VERSION', '2.3.1331' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |