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 Olonkins <sergejs.olonkins@zabbix.com>2021-04-29 09:21:51 +0300
committerSergejs Olonkins <sergejs.olonkins@zabbix.com>2021-04-29 09:21:51 +0300
commit9f756e5a3afe717acc0b22b2a040c7463bebdc83 (patch)
tree2be522abb2b0e9776126b625788a18ec31509e49 /include
parentfc23f0f71603e2932f20b2902ca36c3e7e784d89 (diff)
.......... [ZBXNEXT-826] updated release version [5.4.0rc1]
Diffstat (limited to 'include')
-rw-r--r--include/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index 0ff06f54fa9..fef5d4ade55 100644
--- a/include/version.h
+++ b/include/version.h
@@ -36,7 +36,7 @@
# define ZABBIX_VERSION_RC_NUM {ZABBIX_RC_NUM}
# endif
#endif
-#define ZABBIX_VERSION_RC "beta3"
+#define ZABBIX_VERSION_RC "rc1"
#define ZABBIX_VERSION ZBX_STR(ZABBIX_VERSION_MAJOR) "." ZBX_STR(ZABBIX_VERSION_MINOR) "." \
ZBX_STR(ZABBIX_VERSION_PATCH) ZABBIX_VERSION_RC
#define ZABBIX_REVISION ZBX_STR(ZABBIX_VERSION_REVISION)