diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-12 05:02:45 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-12 05:02:45 +0100 |
commit | 30f5c3a9eb5dfa795771be86b3b0fe265037f3e9 (patch) | |
tree | fa70e118f0cb3fa30c9e895455f40ae53f6f8e94 /boot.php | |
parent | 6cbd765e1ff77a1efb01b1f096a875c881c43905 (diff) | |
parent | 9f52e3df8d4d92b66a190194ac96b6bd31386263 (diff) | |
download | volse-hubzilla-30f5c3a9eb5dfa795771be86b3b0fe265037f3e9.tar.gz volse-hubzilla-30f5c3a9eb5dfa795771be86b3b0fe265037f3e9.tar.bz2 volse-hubzilla-30f5c3a9eb5dfa795771be86b3b0fe265037f3e9.zip |
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1277' ); +define ( 'FRIENDICA_VERSION', '2.3.1278' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1131 ); |