aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-13 16:28:41 -0700
committerfriendica <info@friendica.com>2013-03-13 16:28:41 -0700
commited2bcb6855e3d0e74e1b85aeb69e380a562b0c89 (patch)
treed8115f7721ba3e56af57ee714956e653c57bd682 /boot.php
parent62e55ae63b8a32de09987a6e738fd620a9b2f7ea (diff)
downloadvolse-hubzilla-ed2bcb6855e3d0e74e1b85aeb69e380a562b0c89.tar.gz
volse-hubzilla-ed2bcb6855e3d0e74e1b85aeb69e380a562b0c89.tar.bz2
volse-hubzilla-ed2bcb6855e3d0e74e1b85aeb69e380a562b0c89.zip
directory synchronisation timestamps
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 8fad37f06..651b492e1 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,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', 1034 );
+define ( 'DB_UPDATE_VERSION', 1035 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );