aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-17 23:38:12 -0700
committerFriendika <info@friendika.com>2011-04-17 23:38:12 -0700
commitb81eefbffbf747b6ec3a65ca0ef771b1e88aa00c (patch)
tree2092578387d6821cc7e31280a4fc5aea5b3bbdc1 /boot.php
parent229eb9c681d62edc5faa63bb1d66046d123c3f35 (diff)
downloadvolse-hubzilla-b81eefbffbf747b6ec3a65ca0ef771b1e88aa00c.tar.gz
volse-hubzilla-b81eefbffbf747b6ec3a65ca0ef771b1e88aa00c.tar.bz2
volse-hubzilla-b81eefbffbf747b6ec3a65ca0ef771b1e88aa00c.zip
sv language had unquoted quotes in strings
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 f06ad13e6..7a8f00fbe 100644
--- a/boot.php
+++ b/boot.php
@@ -2,7 +2,7 @@
set_time_limit(0);
-define ( 'FRIENDIKA_VERSION', '2.1.951' );
+define ( 'FRIENDIKA_VERSION', '2.1.952' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1053 );