aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-29 03:02:22 -0800
committerfriendica <info@friendica.com>2012-12-29 03:02:22 -0800
commit39c30d161f2d576252399a92620bfdc9a2f8a9f6 (patch)
tree4b0f3d004d4adaa4a937692be598ee4d5c1b6f32 /boot.php
parent098de66c2fcda2e6e2449640e888a0d1f9e5aa84 (diff)
downloadvolse-hubzilla-39c30d161f2d576252399a92620bfdc9a2f8a9f6.tar.gz
volse-hubzilla-39c30d161f2d576252399a92620bfdc9a2f8a9f6.tar.bz2
volse-hubzilla-39c30d161f2d576252399a92620bfdc9a2f8a9f6.zip
add item expires field
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 019cd760b..20d96afbb 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', 1011 );
+define ( 'DB_UPDATE_VERSION', 1012 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );