From 57a7390837ff8b7a851329a334c4ecc7eb914d14 Mon Sep 17 00:00:00 2001 From: Visman Date: Sun, 17 Oct 2021 13:08:14 +0700 Subject: [PATCH] Up revision --- 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 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);