diff --git a/boot.php b/boot.php index 6ec679408..e7ed7dcee 100755 --- a/boot.php +++ b/boot.php @@ -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', 1150 ); +define ( 'DB_UPDATE_VERSION', 1151 ); /** * @brief Constant with a HTML line break. diff --git a/install/update.php b/install/update.php index d0ea4d147..d0a0454fb 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@