From 1b585e4b834fbc89b1dfedc5a09a1f416c99edfa Mon Sep 17 00:00:00 2001 From: madlohe Date: Mon, 27 Apr 2020 16:50:07 -0500 Subject: [PATCH] Update version for QA team --- configure | 2 +- configure.ac | 2 +- include/common.h.in | 2 +- nrpe.spec.in | 2 +- update-version | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index b9dacf64..a76a6b9b 100755 --- a/configure +++ b/configure @@ -2487,7 +2487,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. PKG_NAME=nrpe -PKG_VERSION="4.0.3-rc1" +PKG_VERSION="4.0.3-rc2" PKG_HOME_URL="http://www.nagios.org/" PKG_REL_DATE="2020-04-27" RPM_RELEASE=1 diff --git a/configure.ac b/configure.ac index 27f527cd..64372a5e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_PREFIX_DEFAULT(/usr/local/nagios) PKG_NAME=nrpe -PKG_VERSION="4.0.3-rc1" +PKG_VERSION="4.0.3-rc2" PKG_HOME_URL="http://www.nagios.org/" PKG_REL_DATE="2020-04-27" RPM_RELEASE=1 diff --git a/include/common.h.in b/include/common.h.in index c740115e..65324d8a 100644 --- a/include/common.h.in +++ b/include/common.h.in @@ -37,7 +37,7 @@ # endif #endif -#define PROGRAM_VERSION "4.0.3-rc1" +#define PROGRAM_VERSION "4.0.3-rc2" #define MODIFICATION_DATE "2020-04-27" #define OK 0 diff --git a/nrpe.spec.in b/nrpe.spec.in index d56f2af2..54f7bbdb 100644 --- a/nrpe.spec.in +++ b/nrpe.spec.in @@ -22,7 +22,7 @@ %define _sysconfdir /etc/nagios %define name @PACKAGE_NAME@ -%define version 4.0.3-rc1 +%define version 4.0.3-rc2 %define release @RPM_RELEASE@ %define nsusr @nrpe_user@ %define nsgrp @nrpe_group@ diff --git a/update-version b/update-version index 0eacb798..c65514b5 100755 --- a/update-version +++ b/update-version @@ -28,7 +28,7 @@ else fi # Current version number -CURRENTVERSION=4.0.3-rc1 +CURRENTVERSION=4.0.3-rc2 # Last date LASTDATE=2020-04-27