aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-31 04:30:01 -0700
committerfriendica <info@friendica.com>2013-08-31 04:30:01 -0700
commit00622779f3fd68bf9ae4860d776c65c82ae1c0c0 (patch)
treee1c1549016f1271af5269d77e82295702822a8d8 /boot.php
parent625dcb911a01983f4767a55567a0374d6045093e (diff)
downloadvolse-hubzilla-00622779f3fd68bf9ae4860d776c65c82ae1c0c0.tar.gz
volse-hubzilla-00622779f3fd68bf9ae4860d776c65c82ae1c0c0.tar.bz2
volse-hubzilla-00622779f3fd68bf9ae4860d776c65c82ae1c0c0.zip
add a guid to directory update table to avoid recursion
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5e8b52d0d..ae27d65ab 100755
--- a/boot.php
+++ b/boot.php
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php');
define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1064 );
+define ( 'DB_UPDATE_VERSION', 1065 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );