aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-16 17:17:34 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-16 17:17:34 -0700
commitb3b566c907f3e48d0522fcd75c0a9ee9f988030c (patch)
tree4397896bea2dcfac9c87c93cba4f04d93d963c3b /boot.php
parent1d4dc7e27c6ca88110cdba0297c31bdb12079cbf (diff)
downloadvolse-hubzilla-b3b566c907f3e48d0522fcd75c0a9ee9f988030c.tar.gz
volse-hubzilla-b3b566c907f3e48d0522fcd75c0a9ee9f988030c.tar.bz2
volse-hubzilla-b3b566c907f3e48d0522fcd75c0a9ee9f988030c.zip
add DB support for tasks, todo items and repeating events
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 2eeec1847..22eb940ac 100755
--- a/boot.php
+++ b/boot.php
@@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1145 );
+define ( 'DB_UPDATE_VERSION', 1146 );
/**
* @brief Constant with a HTML line break.