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
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-10-12 14:29:44 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-10-12 14:29:44 +0300
commitd3340799606138b0de898714124199bd57c2b6a1 (patch)
tree6a6373d201aae7075211c168552f95189e20ab30 /ui/include/defines.inc.php
parent8bb39cd762c435029f70b245fc7cdb670dcd6169 (diff)
.......... [ZBXNEXT-7469] added dbpatch
Diffstat (limited to 'ui/include/defines.inc.php')
-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 90c1af973bd..60b5da504ab 100644
--- a/ui/include/defines.inc.php
+++ b/ui/include/defines.inc.php
@@ -22,7 +22,7 @@ define('ZABBIX_VERSION', '6.4.0alpha1');
define('ZABBIX_API_VERSION', '6.4.0');
define('ZABBIX_EXPORT_VERSION', '6.4');
-define('ZABBIX_DB_VERSION', 6030000);
+define('ZABBIX_DB_VERSION', 6030002);
define('DB_VERSION_SUPPORTED', 0);
define('DB_VERSION_LOWER_THAN_MINIMUM', 1);