aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-15 14:34:14 -0800
committerfriendica <info@friendica.com>2013-01-15 14:34:14 -0800
commit482e0659c4f9525ba26a3b9344f39f8694e09304 (patch)
treef09e8050da374ab74c7eeaaae9411c38fc17e6f0 /boot.php
parentb7d047483f005eb3d05efc62cf12c50e1e4e105e (diff)
downloadvolse-hubzilla-482e0659c4f9525ba26a3b9344f39f8694e09304.tar.gz
volse-hubzilla-482e0659c4f9525ba26a3b9344f39f8694e09304.tar.bz2
volse-hubzilla-482e0659c4f9525ba26a3b9344f39f8694e09304.zip
menu structures for linking your pages to other pages or whatever
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 af07cf888..cc5a01a4e 100644
--- a/boot.php
+++ b/boot.php
@@ -16,7 +16,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1016 );
+define ( 'DB_UPDATE_VERSION', 1017 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );