Skip to content

Commit d74ee84

Browse files
committed
Up rev
1 parent 995fda0 commit d74ee84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

db_update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// The FluxBB version this script updates to
2020
define('UPDATE_TO', '1.5.11');
2121

22-
define('UPDATE_TO_VER_REVISION', 85); // номер сборки - Visman
22+
define('UPDATE_TO_VER_REVISION', 86); // номер сборки - Visman
2323
define('LATEST_REV_DB_CHANGES', 79); // последняя ревизия с изменениями БД - Visman
2424

2525
define('UPDATE_TO_DB_REVISION', 21);

include/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// Define the version and database revision that this code was written for
2828
define('FORUM_VERSION', '1.5.11');
2929

30-
define('FORUM_VER_REVISION', 85); // номер сборки - Visman
30+
define('FORUM_VER_REVISION', 86); // номер сборки - Visman
3131

3232
$page_js = array();
3333

install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// The FluxBB version this script installs
2020
define('FORUM_VERSION', '1.5.11');
2121

22-
define('FORUM_VER_REVISION', 85); // номер сборки - Visman
22+
define('FORUM_VER_REVISION', 86); // номер сборки - Visman
2323

2424
define('FORUM_DB_REVISION', 21);
2525
define('FORUM_SI_REVISION', 2.1);

0 commit comments

Comments
 (0)