diff --git a/db_update.php b/db_update.php index b89293e..cd532ac 100644 --- a/db_update.php +++ b/db_update.php @@ -19,7 +19,7 @@ // The FluxBB version this script updates to define('UPDATE_TO', '1.5.11'); -define('UPDATE_TO_VER_REVISION', 85); // номер сборки - Visman +define('UPDATE_TO_VER_REVISION', 86); // номер сборки - Visman define('LATEST_REV_DB_CHANGES', 79); // последняя ревизия с изменениями БД - Visman define('UPDATE_TO_DB_REVISION', 21); diff --git a/include/common.php b/include/common.php index a22be1f..1bb5aad 100644 --- a/include/common.php +++ b/include/common.php @@ -27,7 +27,7 @@ // Define the version and database revision that this code was written for define('FORUM_VERSION', '1.5.11'); -define('FORUM_VER_REVISION', 85); // номер сборки - Visman +define('FORUM_VER_REVISION', 86); // номер сборки - Visman $page_js = array(); diff --git a/install.php b/install.php index 47c318f..9a5082d 100644 --- a/install.php +++ b/install.php @@ -19,7 +19,7 @@ // The FluxBB version this script installs define('FORUM_VERSION', '1.5.11'); -define('FORUM_VER_REVISION', 85); // номер сборки - Visman +define('FORUM_VER_REVISION', 86); // номер сборки - Visman define('FORUM_DB_REVISION', 21); define('FORUM_SI_REVISION', 2.1);