diff options
author | Friendika <info@friendika.com> | 2011-08-20 15:09:09 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-20 15:09:09 -0700 |
commit | 8fa6f492420f830b4c9c06f2f391853e82285825 (patch) | |
tree | 16cda7379edf3a8fce72cd1d1fcbdfa9538f7359 /boot.php | |
parent | 0d9d576aa642e02eb8673aa20bdf4b6a18ae6bc3 (diff) | |
download | volse-hubzilla-8fa6f492420f830b4c9c06f2f391853e82285825.tar.gz volse-hubzilla-8fa6f492420f830b4c9c06f2f391853e82285825.tar.bz2 volse-hubzilla-8fa6f492420f830b4c9c06f2f391853e82285825.zip |
until algorithm is sorted, ignore D* verification failures so we can debug the rest
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1077' ); +define ( 'FRIENDIKA_VERSION', '2.2.1078' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1081 ); |