diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-16 17:17:34 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-16 17:17:34 -0700 |
commit | b3b566c907f3e48d0522fcd75c0a9ee9f988030c (patch) | |
tree | 4397896bea2dcfac9c87c93cba4f04d93d963c3b /boot.php | |
parent | 1d4dc7e27c6ca88110cdba0297c31bdb12079cbf (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |