diff options
author | friendica <info@friendica.com> | 2012-06-14 16:56:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-14 16:56:46 -0700 |
commit | be090cc8513504edcfaf368915e45308711f7e7c (patch) | |
tree | 4ad5c45d864094552fa9318cb8727a717a2e6069 /boot.php | |
parent | 79e2ae3791ec092f5be4f5b0b635247df2535089 (diff) | |
download | volse-hubzilla-be090cc8513504edcfaf368915e45308711f7e7c.tar.gz volse-hubzilla-be090cc8513504edcfaf368915e45308711f7e7c.tar.bz2 volse-hubzilla-be090cc8513504edcfaf368915e45308711f7e7c.zip |
better handling of dead contacts
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1373' ); +define ( 'FRIENDICA_VERSION', '3.0.1374' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1149 ); |