aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-03 14:27:00 -0800
committerfriendica <info@friendica.com>2012-01-03 14:27:00 -0800
commitc583d1620955b8d170b8cbf7a106cefeecad56c8 (patch)
tree4d70947824ea489c72725c88e15d663d9cf8f788 /boot.php
parent184230e06826117b1d87241e3acdf19935470e8f (diff)
downloadvolse-hubzilla-c583d1620955b8d170b8cbf7a106cefeecad56c8.tar.gz
volse-hubzilla-c583d1620955b8d170b8cbf7a106cefeecad56c8.tar.bz2
volse-hubzilla-c583d1620955b8d170b8cbf7a106cefeecad56c8.zip
fix reference variable effects on sorting
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 fe8491332..619a3fead 100644
--- 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.1214' );
+define ( 'FRIENDICA_VERSION', '2.3.1215' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1114 );