diff --git a/db_update.php b/db_update.php index cbb41fc..43551cb 100644 --- a/db_update.php +++ b/db_update.php @@ -9,7 +9,7 @@ // The FluxBB version this script updates to define('UPDATE_TO', '1.5.11'); -define('UPDATE_TO_VER_REVISION', 82); // номер сборки - Visman +define('UPDATE_TO_VER_REVISION', 83); // номер сборки - 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 435478a..57a683c 100644 --- a/include/common.php +++ b/include/common.php @@ -23,7 +23,7 @@ // Define the version and database revision that this code was written for define('FORUM_VERSION', '1.5.11'); -define('FORUM_VER_REVISION', 82); // номер сборки - Visman +define('FORUM_VER_REVISION', 83); // номер сборки - Visman $page_js = array(); diff --git a/install.php b/install.php index 399a40d..7a16d60 100644 --- a/install.php +++ b/install.php @@ -9,7 +9,7 @@ // The FluxBB version this script installs define('FORUM_VERSION', '1.5.11'); -define('FORUM_VER_REVISION', 82); // номер сборки - Visman +define('FORUM_VER_REVISION', 83); // номер сборки - Visman define('FORUM_DB_REVISION', 21); define('FORUM_SI_REVISION', 2.1);