aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-28 16:56:13 -0700
committerfriendica <info@friendica.com>2014-08-28 16:56:13 -0700
commit53b5cf7f507df53d3e382b6714caacf9551ed6db (patch)
tree58a0ca038fc7db0f3a2218559bee219cf0b34fa1 /boot.php
parentf526a10f07086ffeb5018b913916827a556f2fa1 (diff)
downloadvolse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.tar.gz
volse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.tar.bz2
volse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.zip
Ability to close comments at a certain date/time - needed for loom.io emulation (and many other uses)
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 89d09b0d9..2e12e60f9 100755
--- a/boot.php
+++ b/boot.php
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1127 );
+define ( 'DB_UPDATE_VERSION', 1128 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );