aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-11-04 15:21:46 -0700
committerFriendika <info@friendika.com>2011-11-04 15:21:46 -0700
commita203820efeeae5b14fbc59140205e87fb40294f9 (patch)
treeb08261e4c971411ff28effac59651a28d0ee5df7 /boot.php
parent2765b0ba4145dd58e49caa74b780dd6c19d7551c (diff)
downloadvolse-hubzilla-a203820efeeae5b14fbc59140205e87fb40294f9.tar.gz
volse-hubzilla-a203820efeeae5b14fbc59140205e87fb40294f9.tar.bz2
volse-hubzilla-a203820efeeae5b14fbc59140205e87fb40294f9.zip
reduce polling load
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 6b549a48a..251ce2a3f 100644
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
-define ( 'FRIENDIKA_VERSION', '2.3.1154' );
+define ( 'FRIENDIKA_VERSION', '2.3.1155' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1102 );