aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-23 17:35:58 -0700
committerfriendica <info@friendica.com>2012-07-23 17:35:58 -0700
commitb0f1d03a8ad51769c347a2056ce872972380d48f (patch)
treeeb534605cf394edd37e82633921d6fdebfd3bffc /boot.php
parentd8e79061d69b7c1dc2c2b0e50e15e21948950ba2 (diff)
downloadvolse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.tar.gz
volse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.tar.bz2
volse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.zip
convert all network search params to get requests (no url path args)
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 f8966e8fe..ac5ce2461 100644
--- a/boot.php
+++ b/boot.php
@@ -12,7 +12,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1153 );
+define ( 'DB_UPDATE_VERSION', 1154 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );