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:
authorSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2021-12-23 20:15:29 +0300
committerSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2021-12-23 20:15:29 +0300
commitca5157e9e035ff1e9297f0a46c5856d027ac686a (patch)
treec8bc841faa308edf6c236acbbdc0f21e81ba8650 /ui
parentd81e50696fafa77e7b4bb3a0fc35f77e41b01889 (diff)
.......... [ZBXNEXT-826] updated release version [5.4.10rc1]; updated API version [5.4.10]
Diffstat (limited to 'ui')
-rw-r--r--ui/include/defines.inc.php4
-rw-r--r--ui/tests/api_json/testAPIInfo.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/ui/include/defines.inc.php b/ui/include/defines.inc.php
index b802680c723..11d9c74b965 100644
--- a/ui/include/defines.inc.php
+++ b/ui/include/defines.inc.php
@@ -18,8 +18,8 @@
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
-define('ZABBIX_VERSION', '5.4.9');
-define('ZABBIX_API_VERSION', '5.4.9');
+define('ZABBIX_VERSION', '5.4.10rc1');
+define('ZABBIX_API_VERSION', '5.4.10');
define('ZABBIX_EXPORT_VERSION', '5.4');
define('ZABBIX_DB_VERSION', 5040000);
diff --git a/ui/tests/api_json/testAPIInfo.php b/ui/tests/api_json/testAPIInfo.php
index 65362546849..9cc1c89b8aa 100644
--- a/ui/tests/api_json/testAPIInfo.php
+++ b/ui/tests/api_json/testAPIInfo.php
@@ -36,6 +36,6 @@ class testAPIInfo extends CAPITest {
$this->disableAuthorization();
$result = $this->call('apiinfo.version', []);
- $this->assertSame('5.4.9', $result['result']);
+ $this->assertSame('5.4.10', $result['result']);
}
}