From a3afd02fda9ca4ec5f2b6a313bf02185b0a9068c Mon Sep 17 00:00:00 2001 From: Visman Date: Fri, 19 Aug 2022 20:20:14 +0700 Subject: [PATCH] rev.84 --- db_update.php | 2 +- include/common.php | 2 +- install.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db_update.php b/db_update.php index ead5c9b..cc43795 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', 83); // номер сборки - Visman +define('UPDATE_TO_VER_REVISION', 84); // номер сборки - 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 57a683c..1719b68 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', 83); // номер сборки - Visman +define('FORUM_VER_REVISION', 84); // номер сборки - Visman $page_js = array(); diff --git a/install.php b/install.php index aff7129..4a16c30 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', 83); // номер сборки - Visman +define('FORUM_VER_REVISION', 84); // номер сборки - Visman define('FORUM_DB_REVISION', 21); define('FORUM_SI_REVISION', 2.1);