Skip to content

Commit

Permalink
Prep for release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
madlohe committed Apr 28, 2020
1 parent 1b585e4 commit 68b7a48
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2487,9 +2487,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
PKG_NAME=nrpe
PKG_VERSION="4.0.3-rc2"
PKG_VERSION="4.0.3"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="2020-04-27"
PKG_REL_DATE="2020-04-28"
RPM_RELEASE=1
LANG=C
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_PREFIX_DEFAULT(/usr/local/nagios)

PKG_NAME=nrpe
PKG_VERSION="4.0.3-rc2"
PKG_VERSION="4.0.3"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="2020-04-27"
PKG_REL_DATE="2020-04-28"
RPM_RELEASE=1

LANG=C
Expand Down
4 changes: 2 additions & 2 deletions include/common.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
# endif
#endif

#define PROGRAM_VERSION "4.0.3-rc2"
#define MODIFICATION_DATE "2020-04-27"
#define PROGRAM_VERSION "4.0.3"
#define MODIFICATION_DATE "2020-04-28"

#define OK 0
#define ERROR -1
Expand Down
2 changes: 1 addition & 1 deletion nrpe.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%define _sysconfdir /etc/nagios

%define name @PACKAGE_NAME@
%define version 4.0.3-rc2
%define version 4.0.3
%define release @RPM_RELEASE@
%define nsusr @nrpe_user@
%define nsgrp @nrpe_group@
Expand Down
4 changes: 2 additions & 2 deletions update-version
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ else
fi

# Current version number
CURRENTVERSION=4.0.3-rc2
CURRENTVERSION=4.0.3

# Last date
LASTDATE=2020-04-27
LASTDATE=2020-04-28

if [ "x$1" = "x" ]
then
Expand Down

0 comments on commit 68b7a48

Please sign in to comment.