From 548209139f256afadaabec7f24f35cc75d71b229 Mon Sep 17 00:00:00 2001 From: Visman Date: Sun, 24 Sep 2023 15:42:51 +0700 Subject: [PATCH] up rev. --- 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 6033a77..b89293e 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', 84); // номер сборки - Visman +define('UPDATE_TO_VER_REVISION', 85); // номер сборки - 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 d358e63..a22be1f 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', 84); // номер сборки - Visman +define('FORUM_VER_REVISION', 85); // номер сборки - Visman $page_js = array(); diff --git a/install.php b/install.php index 6d619fb..47c318f 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', 84); // номер сборки - Visman +define('FORUM_VER_REVISION', 85); // номер сборки - Visman define('FORUM_DB_REVISION', 21); define('FORUM_SI_REVISION', 2.1);