aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-17 18:15:36 -0700
committerfriendica <info@friendica.com>2012-03-17 18:15:36 -0700
commit67fd539f53756723d844dd204639146587f5bb76 (patch)
tree23a8a0823445735752668c0d93ef1d5dee363a95 /boot.php
parent94fac6d76725042fc176aaebd2af721ab1540ff7 (diff)
downloadvolse-hubzilla-67fd539f53756723d844dd204639146587f5bb76.tar.gz
volse-hubzilla-67fd539f53756723d844dd204639146587f5bb76.tar.bz2
volse-hubzilla-67fd539f53756723d844dd204639146587f5bb76.zip
bug #337, call template_unescape() only at the end of template processing
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b0a631170..b3c79079a 100755
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1283' );
+define ( 'FRIENDICA_VERSION', '2.3.1284' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1132 );