diff options
author | zottel <github@zottel.net> | 2012-05-10 09:58:52 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-10 09:58:52 +0200 |
commit | 4709960189e48fa1e073035cde916767f3dd830e (patch) | |
tree | c8c7bb81562374480912deff42986bbef434879f /boot.php | |
parent | d92be9d93cc6a9b90572cd46e982e24f57c43ffc (diff) | |
parent | 7b41c0a555c5b58b2a09be0424bb09af7fa49b42 (diff) | |
download | volse-hubzilla-4709960189e48fa1e073035cde916767f3dd830e.tar.gz volse-hubzilla-4709960189e48fa1e073035cde916767f3dd830e.tar.bz2 volse-hubzilla-4709960189e48fa1e073035cde916767f3dd830e.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.1336' ); +define ( 'FRIENDICA_VERSION', '3.0.1337' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |