aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-20 22:53:50 -0800
committerfriendica <info@friendica.com>2012-12-20 22:53:50 -0800
commitabee07f12bc1fab1b6304215662a36aedba6aada (patch)
tree2355cdd3b88bd43f2a95737cc98fbdb76af03c9f /boot.php
parent1c09e055c6178c67cf67109c36e85006ab59c614 (diff)
downloadvolse-hubzilla-abee07f12bc1fab1b6304215662a36aedba6aada.tar.gz
volse-hubzilla-abee07f12bc1fab1b6304215662a36aedba6aada.tar.bz2
volse-hubzilla-abee07f12bc1fab1b6304215662a36aedba6aada.zip
more DB cleanup
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 2bff1b799..82ed8b832 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ 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', 1005 );
+define ( 'DB_UPDATE_VERSION', 1006 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );