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>2022-06-29 09:28:38 +0300
committerSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2022-06-29 09:28:38 +0300
commit278bb8f32674ca24a6baa489e8bef12836c657b8 (patch)
treec936d83a7e6ac785bd2e07077a88a80635fe2c1a /ui
parent6a6819c96e77f728765129cdb144cbc9d994f68f (diff)
.......... [ZBXNEXT-826] updated release version [6.0.7rc1]; updated API version [6.0.7]
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 7b5dcffb34d..287da6202ed 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', '6.0.6');
-define('ZABBIX_API_VERSION', '6.0.6');
+define('ZABBIX_VERSION', '6.0.7rc1');
+define('ZABBIX_API_VERSION', '6.0.7');
define('ZABBIX_EXPORT_VERSION', '6.0');
define('ZABBIX_DB_VERSION', 6000000);
diff --git a/ui/tests/api_json/testAPIInfo.php b/ui/tests/api_json/testAPIInfo.php
index b1a2870c494..a7e919c6374 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('6.0.6', $result['result']);
+ $this->assertSame('6.0.7', $result['result']);
}
}