Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-05-08 17:58:47 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-05-08 17:58:47 +0300
commit5c1b57b6d9e52e4fc08ef01a54d55089ddbcc018 (patch)
tree52fc3c108ee813910232149ed8e1cfbdccfbe00f /ui
parent2970d7fec1e3846e0ba2c1e08ad42151e2842721 (diff)
....I...S. [ZBXNEXT-6292] fixed exclude event and problem tag generation from upgrade patch
Diffstat (limited to 'ui')
-rw-r--r--ui/include/defines.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/include/defines.inc.php b/ui/include/defines.inc.php
index 2dd48917470..d1e1e7db0d9 100644
--- a/ui/include/defines.inc.php
+++ b/ui/include/defines.inc.php
@@ -21,7 +21,7 @@
define('ZABBIX_VERSION', '5.4.0rc1');
define('ZABBIX_API_VERSION', '5.4.0');
define('ZABBIX_EXPORT_VERSION', '5.4');
-define('ZABBIX_DB_VERSION', 5030171);
+define('ZABBIX_DB_VERSION', 5030174);
define('ZABBIX_COPYRIGHT_FROM', '2001');
define('ZABBIX_COPYRIGHT_TO', '2021');