aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-06 17:27:51 -0800
committerfriendica <info@friendica.com>2013-11-06 17:27:51 -0800
commit8b9633e46b7cdd4241e369d8f9cf10cec14956d2 (patch)
treed495b06da3f4511000813b26b785df7403063978 /boot.php
parent310ccfda997449dcc08c0d37d194c12b6f929c6d (diff)
downloadvolse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.tar.gz
volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.tar.bz2
volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.zip
DB - allow private messages to expire
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 e2129f6f5..96b73eaaa 100755
--- a/boot.php
+++ b/boot.php
@@ -45,7 +45,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1080 );
+define ( 'DB_UPDATE_VERSION', 1081 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );