aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-23 14:03:53 -0800
committerfriendica <info@friendica.com>2011-11-23 14:03:53 -0800
commit7a259d4acb0f038a3ac6af899260faaa3037b634 (patch)
treec7e54154ba176ed94968af8706f545318e01527a /boot.php
parent335c0cddcf8544251279dd43526f2846dcebd2c5 (diff)
downloadvolse-hubzilla-7a259d4acb0f038a3ac6af899260faaa3037b634.tar.gz
volse-hubzilla-7a259d4acb0f038a3ac6af899260faaa3037b634.tar.bz2
volse-hubzilla-7a259d4acb0f038a3ac6af899260faaa3037b634.zip
ensure comment counts update after refactor of collapsed comments
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 4ccdff7ac..e2e8f9448 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.1173' );
+define ( 'FRIENDIKA_VERSION', '2.3.1174' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1105 );