This commit is contained in:
Visman 2023-09-24 15:42:51 +07:00
parent 61ba4e7603
commit 548209139f
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ mb_substitute_character(0xFFFD);
// The FluxBB version this script updates to
define('UPDATE_TO', '1.5.11');
define('UPDATE_TO_VER_REVISION', 84); // номер сборки - Visman
define('UPDATE_TO_VER_REVISION', 85); // номер сборки - Visman
define('LATEST_REV_DB_CHANGES', 79); // последняя ревизия с изменениями БД - Visman
define('UPDATE_TO_DB_REVISION', 21);

View File

@ -27,7 +27,7 @@ $pun_start = empty($_SERVER['REQUEST_TIME_FLOAT']) ? microtime(true) : (float) $
// Define the version and database revision that this code was written for
define('FORUM_VERSION', '1.5.11');
define('FORUM_VER_REVISION', 84); // номер сборки - Visman
define('FORUM_VER_REVISION', 85); // номер сборки - Visman
$page_js = array();

View File

@ -19,7 +19,7 @@ mb_substitute_character(0xFFFD);
// The FluxBB version this script installs
define('FORUM_VERSION', '1.5.11');
define('FORUM_VER_REVISION', 84); // номер сборки - Visman
define('FORUM_VER_REVISION', 85); // номер сборки - Visman
define('FORUM_DB_REVISION', 21);
define('FORUM_SI_REVISION', 2.1);