diff options
author | Friendika <info@friendika.com> | 2011-04-17 23:38:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-17 23:38:12 -0700 |
commit | b81eefbffbf747b6ec3a65ca0ef771b1e88aa00c (patch) | |
tree | 2092578387d6821cc7e31280a4fc5aea5b3bbdc1 /boot.php | |
parent | 229eb9c681d62edc5faa63bb1d66046d123c3f35 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); |