diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-18 17:15:53 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-18 17:15:53 -0700 |
commit | 3b1554db2eb1a3d1346103832099d0171b978868 (patch) | |
tree | d2c60f6bd5fd78e35bfa2939cfa4cdf43b0655dc /boot.php | |
parent | 27b61b1456cd612d70e299b695cf4d0c99f16222 (diff) | |
parent | 37d07a7d2a3808169b87c5033ef413ce957bf2ef (diff) | |
download | volse-hubzilla-3b1554db2eb1a3d1346103832099d0171b978868.tar.gz volse-hubzilla-3b1554db2eb1a3d1346103832099d0171b978868.tar.bz2 volse-hubzilla-3b1554db2eb1a3d1346103832099d0171b978868.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
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')) . 'H'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1146 ); +define ( 'DB_UPDATE_VERSION', 1147 ); /** * @brief Constant with a HTML line break. |