aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-24 15:53:53 -0700
committerfriendica <info@friendica.com>2012-03-24 15:53:53 -0700
commit3ae43c24487450a749942ef4c3c19fa2a61461b6 (patch)
treeb5a5bc5881bf5b35cdb52bb997498ef36a391720 /boot.php
parent3aacc119a1d25f7ab4089482bbba7419c1357524 (diff)
downloadvolse-hubzilla-3ae43c24487450a749942ef4c3c19fa2a61461b6.tar.gz
volse-hubzilla-3ae43c24487450a749942ef4c3c19fa2a61461b6.tar.bz2
volse-hubzilla-3ae43c24487450a749942ef4c3c19fa2a61461b6.zip
prevent duplicate friend suggestions
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index d2619e887..ea88cd39b 100755
--- a/boot.php
+++ b/boot.php
@@ -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 );