diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-04 06:09:26 +1000 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-04 06:09:26 +1000 |
commit | 48c0efd20e58222fe3c0f72a2757301e52bbe391 (patch) | |
tree | f7f33006cf7938c8db442fea0c6fdf705e8c021c /boot.php | |
parent | 945ba5d7884770501de6514b2942160fcd883ca4 (diff) | |
parent | 5cef672f9a128506f8531cec5d294dda83c3936d (diff) | |
download | volse-hubzilla-48c0efd20e58222fe3c0f72a2757301e52bbe391.tar.gz volse-hubzilla-48c0efd20e58222fe3c0f72a2757301e52bbe391.tar.bz2 volse-hubzilla-48c0efd20e58222fe3c0f72a2757301e52bbe391.zip |
Merge pull request #390 from zzottel/master
fix update 1148
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', 1151 ); +define ( 'DB_UPDATE_VERSION', 1152 ); /** * @brief Constant with a HTML line break. |