diff options
author | zottel <github@zottel.net> | 2012-05-11 08:36:24 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-11 08:36:24 +0200 |
commit | c43a03e21bcd12b24be8a59741ec6591c1f651d7 (patch) | |
tree | c1c90892400ef5d5916f35e1d65a23b860480875 /boot.php | |
parent | 4709960189e48fa1e073035cde916767f3dd830e (diff) | |
parent | 8a5dcf64d84b98bda80e0346d508efc072c50002 (diff) | |
download | volse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.tar.gz volse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.tar.bz2 volse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.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', '3.0.1337' ); +define ( 'FRIENDICA_VERSION', '3.0.1338' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |