aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-11-02 18:52:55 -0700
committerFriendika <info@friendika.com>2011-11-02 18:52:55 -0700
commita9ec56ace1756726517650d96192df5320f445fe (patch)
tree1efd4cae66a66932e884c1dbd13f95f6b1f8da4d /boot.php
parent8582701b70d2ae668086efe3a35a0c9cccf085d8 (diff)
downloadvolse-hubzilla-a9ec56ace1756726517650d96192df5320f445fe.tar.gz
volse-hubzilla-a9ec56ace1756726517650d96192df5320f445fe.tar.bz2
volse-hubzilla-a9ec56ace1756726517650d96192df5320f445fe.zip
prevent duplicate @ tags
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 c8d667f58..9932f0430 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.1152' );
+define ( 'FRIENDIKA_VERSION', '2.3.1153' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1101 );