Skip to content

Commit

Permalink
.......... [ZBXNEXT-826] updated release date and version [5.0.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergejs Olonkins committed May 11, 2020
1 parent c426238 commit 9665d62
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes for 5.0.0

5.0.0rc1 was released as 5.0.0 without any changes

--------------------------------------------------------------------------------
Changes for 5.0.0rc1

New features:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl

dnl Process this file with autoconf to produce a configure script.

AC_INIT([Zabbix],[5.0.0rc1])
AC_INIT([Zabbix],[5.0.0])
AC_CONFIG_SRCDIR(src/zabbix_server/server.c)
AM_INIT_AUTOMAKE([subdir-objects filename-length-max=99])

Expand Down
4 changes: 2 additions & 2 deletions include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define ZBX_STR(str) ZBX_STR2(str)

#define APPLICATION_NAME "Zabbix Agent"
#define ZABBIX_REVDATE "5 May 2020"
#define ZABBIX_REVDATE "11 May 2020"
#define ZABBIX_VERSION_MAJOR 5
#define ZABBIX_VERSION_MINOR 0
#define ZABBIX_VERSION_PATCH 0
Expand All @@ -36,7 +36,7 @@
# define ZABBIX_VERSION_RC_NUM {ZABBIX_RC_NUM}
# endif
#endif
#define ZABBIX_VERSION_RC "rc1"
#define ZABBIX_VERSION_RC ""
#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)
Expand Down
2 changes: 1 addition & 1 deletion src/go/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
ZABBIX_VERSION_MAJOR = 5
ZABBIX_VERSION_MINOR = 0
ZABBIX_VERSION_PATCH = 0
ZABBIX_VERSION_RC = "rc1"
ZABBIX_VERSION_RC = ""
ZABBIX_VERSION_RC_NUM = "{ZABBIX_RC_NUM}"
ZABBIX_VERSION_REVISION = "{ZABBIX_REVISION}"
copyrightMessage = "Copyright (C) 2020 Zabbix SIA\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
class GeneralInformation
{
static final String APPLICATION_NAME = "Zabbix Java Gateway";
static final String REVISION_DATE = "5 May 2020";
static final String REVISION_DATE = "11 May 2020";
static final String REVISION = "{ZABBIX_REVISION}";
static final String VERSION = "5.0.0rc1";
static final String VERSION = "5.0.0";

static void printVersion()
{
Expand Down
2 changes: 1 addition & 1 deletion ui/include/defines.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/

define('ZABBIX_VERSION', '5.0.0rc1');
define('ZABBIX_VERSION', '5.0.0');
define('ZABBIX_API_VERSION', '5.0.0');
define('ZABBIX_EXPORT_VERSION', '5.0');
define('ZABBIX_DB_VERSION', 5000000);
Expand Down

0 comments on commit 9665d62

Please sign in to comment.