aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-11-03 15:14:33 -0700
committerFriendika <info@friendika.com>2011-11-03 15:14:33 -0700
commit4f4b03367aafc8efd36cf73ecab58cdd26802757 (patch)
tree4c3fecdf355e25312138c70d80e9a19ec4233afe /boot.php
parent35305fb6d9bec0129e539a1c52e2729e8f9a1f50 (diff)
downloadvolse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.tar.gz
volse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.tar.bz2
volse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.zip
plugin check returning 0 vs false
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 9932f0430..1c0328fb8 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.1153' );
+define ( 'FRIENDIKA_VERSION', '2.3.1154' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1101 );