Skip to content

Commit a3afd02

Browse files
committed
rev.84
1 parent e420db1 commit a3afd02

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
@@ -9,7 +9,7 @@
99
// The FluxBB version this script updates to
1010
define('UPDATE_TO', '1.5.11');
1111

12-
define('UPDATE_TO_VER_REVISION', 83); // номер сборки - Visman
12+
define('UPDATE_TO_VER_REVISION', 84); // номер сборки - Visman
1313
define('LATEST_REV_DB_CHANGES', 79); // последняя ревизия с изменениями БД - Visman
1414

1515
define('UPDATE_TO_DB_REVISION', 21);

include/common.php

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

26-
define('FORUM_VER_REVISION', 83); // номер сборки - Visman
26+
define('FORUM_VER_REVISION', 84); // номер сборки - Visman
2727

2828
$page_js = array();
2929

install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// The FluxBB version this script installs
1010
define('FORUM_VERSION', '1.5.11');
1111

12-
define('FORUM_VER_REVISION', 83); // номер сборки - Visman
12+
define('FORUM_VER_REVISION', 84); // номер сборки - Visman
1313

1414
define('FORUM_DB_REVISION', 21);
1515
define('FORUM_SI_REVISION', 2.1);

0 commit comments

Comments
 (0)