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:
authorSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2022-09-13 09:58:03 +0300
committerSergejs Maklakovs <sergejs.maklakovs@zabbix.com>2022-09-13 09:58:03 +0300
commit73d3696e1996b7822401fca470c3341606c474c4 (patch)
treee41b356407d1591a10083326d0b92aa3b01d0f25
parent2f1e11527fdabc89c9ce6269361ed1cd389f7ba5 (diff)
.......... [ZBXNEXT-826] updated release date [4.0.44rc1]
-rw-r--r--ChangeLog2
-rw-r--r--include/version.h2
-rw-r--r--src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java2
3 files changed, 2 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b21b058fcd4..6a102506475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,5 @@
Changes for 4.0.44rc1
-New features:
-
Bug fixes:
........S. [ZBX-21416] fixed check now not working on calculated items, aggregate checks and some internal items (wiper)
..F....... [ZBX-21449] fixed accessibility attributes (Sasha)
diff --git a/include/version.h b/include/version.h
index 0deec252881..617f8109f03 100644
--- a/include/version.h
+++ b/include/version.h
@@ -24,7 +24,7 @@
#define ZBX_STR(str) ZBX_STR2(str)
#define APPLICATION_NAME "Zabbix Agent"
-#define ZABBIX_REVDATE "25 July 2022"
+#define ZABBIX_REVDATE "13 September 2022"
#define ZABBIX_VERSION_MAJOR 4
#define ZABBIX_VERSION_MINOR 0
#define ZABBIX_VERSION_PATCH 44
diff --git a/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java b/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java
index f4a63a4923c..10370e00752 100644
--- a/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java
+++ b/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java
@@ -22,7 +22,7 @@ package com.zabbix.gateway;
class GeneralInformation
{
static final String APPLICATION_NAME = "Zabbix Java Gateway";
- static final String REVISION_DATE = "25 July 2022";
+ static final String REVISION_DATE = "13 September 2022";
static final String REVISION = "{ZABBIX_REVISION}";
static final String VERSION = "4.0.44rc1";