aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-21 03:34:17 -0800
committerfriendica <info@friendica.com>2012-12-21 03:34:17 -0800
commit7daf2cf7dbfbbfa8f10378c8c16175548bedae87 (patch)
treed4ed659bf7fbb37166e8977c7a3187cc1f846df5 /boot.php
parentabee07f12bc1fab1b6304215662a36aedba6aada (diff)
downloadvolse-hubzilla-7daf2cf7dbfbbfa8f10378c8c16175548bedae87.tar.gz
volse-hubzilla-7daf2cf7dbfbbfa8f10378c8c16175548bedae87.tar.bz2
volse-hubzilla-7daf2cf7dbfbbfa8f10378c8c16175548bedae87.zip
directory structures
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 82ed8b832..0405948c9 100644
--- a/boot.php
+++ b/boot.php
@@ -15,9 +15,8 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
-define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1006 );
+define ( 'DB_UPDATE_VERSION', 1007 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );