diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-20 22:13:25 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-20 22:13:25 -0700 |
commit | fef93af0a6908fdcb8d829229de8717acfc7ed81 (patch) | |
tree | a81d88a1acc853b1a3419e0949babfa8182144a8 /boot.php | |
parent | c96f121d4189e758392fb7796f7d87f37597cc78 (diff) | |
download | volse-hubzilla-fef93af0a6908fdcb8d829229de8717acfc7ed81.tar.gz volse-hubzilla-fef93af0a6908fdcb8d829229de8717acfc7ed81.tar.bz2 volse-hubzilla-fef93af0a6908fdcb8d829229de8717acfc7ed81.zip |
missed this one - it's required
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', 1147 ); +define ( 'DB_UPDATE_VERSION', 1148 ); /** * @brief Constant with a HTML line break. |