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:
authorNatalja Karpinska <natalja.karpinska@zabbix.com>2019-05-21 14:58:35 +0300
committerNatalja Karpinska <natalja.karpinska@zabbix.com>2019-05-21 14:58:35 +0300
commitcb09be36a195d8626f7477c8a727e5d250d210bd (patch)
treec4a92db4003b99b1749d547ffa2cec1bb8a3af19
parent7e8c4e68f6299e935cda43818203e466f512585c (diff)
.......... [ZBXNEXT-826] updated release date [4.0.8rc1]4.0.8rc1
-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 d7a758f2c6c..94d9a301a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2430,8 +2430,6 @@ A......... [ZBX-10049] fixed optional field validation in drule.update API metho
--------------------------------------------------------------------------------
Changes for 3.0.28rc1
-New features:
-
Bug fixes:
...G...... [ZBX-15915] fixed linking error if round() is undefined (akozlovs)
....I..... [ZBX-16074] added file revision number generation for compilation on MS Windows (MVekslers)
diff --git a/include/version.h b/include/version.h
index 8142d697c17..c803844b481 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 "18 April 2019"
+#define ZABBIX_REVDATE "21 May 2019"
#define ZABBIX_VERSION_MAJOR 4
#define ZABBIX_VERSION_MINOR 0
#define ZABBIX_VERSION_PATCH 8
diff --git a/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java b/src/zabbix_java/src/com/zabbix/gateway/GeneralInformation.java
index 888ad896d8a..bb0ec13420d 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 = "18 April 2019";
+ static final String REVISION_DATE = "21 May 2019";
static final String REVISION = "{ZABBIX_REVISION}";
static final String VERSION = "4.0.8rc1";