diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-30 17:12:23 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-30 17:12:23 -0700 |
commit | 26411ab385f77b2edaa5edd4b33fbaff60789fd4 (patch) | |
tree | d7b878a8813b7f815633ad22dc4f63c752f9a730 /boot.php | |
parent | d5a40cac25e1bcc936a4010ec0038f8e5143c0a0 (diff) | |
parent | 4c6368d0750650ac2281d5a1b1831ca9d5b00501 (diff) | |
download | volse-hubzilla-26411ab385f77b2edaa5edd4b33fbaff60789fd4.tar.gz volse-hubzilla-26411ab385f77b2edaa5edd4b33fbaff60789fd4.tar.bz2 volse-hubzilla-26411ab385f77b2edaa5edd4b33fbaff60789fd4.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
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', 'hubzilla' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1144 ); +define ( 'DB_UPDATE_VERSION', 1145 ); /** * @brief Constant with a HTML line break. |