diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-19 16:18:04 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-19 16:18:04 -0700 |
commit | ea37882b9533b2d6054a36568ef6ab9cc834478e (patch) | |
tree | 1e5ad716071560311bc0f19c5fc8519132e4630c /boot.php | |
parent | 9f424bb20881841926976417d7eea04c0c14bdb3 (diff) | |
parent | 599a0c66b221f2c3a86462f920856d68630142cd (diff) | |
download | volse-hubzilla-ea37882b9533b2d6054a36568ef6ab9cc834478e.tar.gz volse-hubzilla-ea37882b9533b2d6054a36568ef6ab9cc834478e.tar.bz2 volse-hubzilla-ea37882b9533b2d6054a36568ef6ab9cc834478e.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts:
include/zot.php
install/schema_mysql.sql
install/schema_postgres.sql
install/update.php
mod/zfinger.php
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1157 ); +define ( 'DB_UPDATE_VERSION', 1158 ); /** * @brief Constant with a HTML line break. |