diff options
author | friendica <info@friendica.com> | 2012-03-24 15:53:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-24 15:53:53 -0700 |
commit | 3ae43c24487450a749942ef4c3c19fa2a61461b6 (patch) | |
tree | b5a5bc5881bf5b35cdb52bb997498ef36a391720 /boot.php | |
parent | 3aacc119a1d25f7ab4089482bbba7419c1357524 (diff) | |
download | volse-hubzilla-3ae43c24487450a749942ef4c3c19fa2a61461b6.tar.gz volse-hubzilla-3ae43c24487450a749942ef4c3c19fa2a61461b6.tar.bz2 volse-hubzilla-3ae43c24487450a749942ef4c3c19fa2a61461b6.zip |
prevent duplicate friend suggestions
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.1290' ); +define ( 'FRIENDICA_VERSION', '2.3.1291' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1133 ); |