diff options
author | Friendika <info@friendika.com> | 2011-03-24 15:45:27 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-24 15:45:27 -0700 |
commit | 6bc5d6f17b9d86d909cf43cde0a399b17c46bbf5 (patch) | |
tree | a960695183f23f9267e56079395198a40fb72b06 /boot.php | |
parent | 067626380db6d5ed71d68bd91481ff51cfa76915 (diff) | |
download | volse-hubzilla-6bc5d6f17b9d86d909cf43cde0a399b17c46bbf5.tar.gz volse-hubzilla-6bc5d6f17b9d86d909cf43cde0a399b17c46bbf5.tar.bz2 volse-hubzilla-6bc5d6f17b9d86d909cf43cde0a399b17c46bbf5.zip |
repair duplicate nickname accounts caused by race condition
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set_time_limit(0); -define ( 'FRIENDIKA_VERSION', '2.1.927' ); +define ( 'FRIENDIKA_VERSION', '2.1.928' ); define ( 'DFRN_PROTOCOL_VERSION', '2.1' ); define ( 'DB_UPDATE_VERSION', 1045 ); |