aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-09 09:27:23 +0200
committerzottel <github@zottel.net>2012-05-09 09:27:23 +0200
commitd92be9d93cc6a9b90572cd46e982e24f57c43ffc (patch)
treee74e7d4d0baf59d7922696717604d2447f391597 /boot.php
parent78429926bcf1ab7e8a4d35d0093ba666b3568708 (diff)
parent70a07086ad186e3f0cd978dd3f52e78fb92494cf (diff)
downloadvolse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.tar.gz
volse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.tar.bz2
volse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 15e2d5c06..e98bfea9d 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.1335' );
+define ( 'FRIENDICA_VERSION', '2.3.1336' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1143 );
@@ -30,6 +30,12 @@ define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
define ( 'JPEG_QUALITY', 100 );
/**
+ * Not yet used
+ */
+
+define ( 'DEFAULT_DB_ENGINE', 'MyISAM' );
+
+/**
* SSL redirection policies
*/