From 86a77fe3a9cbfae990adc578834fd537f4fa8557 Mon Sep 17 00:00:00 2001 From: Bryan Heden Date: Fri, 1 Sep 2017 08:59:54 -0500 Subject: [PATCH] update date/version --- configure | 4 ++-- configure.ac | 4 ++-- include/common.h.in | 4 ++-- nrpe.spec.in | 2 +- update-version | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 6c18db7..66462fd 100755 --- a/configure +++ b/configure @@ -2487,9 +2487,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. PKG_NAME=nrpe -PKG_VERSION="newdate" +PKG_VERSION="3.2.1" PKG_HOME_URL="http://www.nagios.org/" -PKG_REL_DATE="2017-08-31" +PKG_REL_DATE="2017-09-01" RPM_RELEASE=1 LANG=C diff --git a/configure.ac b/configure.ac index 86999fa..b22b2d6 100644 --- a/configure.ac +++ b/configure.ac @@ -11,9 +11,9 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_PREFIX_DEFAULT(/usr/local/nagios) PKG_NAME=nrpe -PKG_VERSION="newdate" +PKG_VERSION="3.2.1" PKG_HOME_URL="http://www.nagios.org/" -PKG_REL_DATE="2017-08-31" +PKG_REL_DATE="2017-09-01" RPM_RELEASE=1 LANG=C diff --git a/include/common.h.in b/include/common.h.in index 64c458a..90f6272 100644 --- a/include/common.h.in +++ b/include/common.h.in @@ -37,8 +37,8 @@ # endif #endif -#define PROGRAM_VERSION "newdate" -#define MODIFICATION_DATE "2017-08-31" +#define PROGRAM_VERSION "3.2.1" +#define MODIFICATION_DATE "2017-09-01" #define OK 0 #define ERROR -1 diff --git a/nrpe.spec.in b/nrpe.spec.in index 4979948..572c245 100644 --- a/nrpe.spec.in +++ b/nrpe.spec.in @@ -22,7 +22,7 @@ %define _sysconfdir /etc/nagios %define name @PACKAGE_NAME@ -%define version newdate +%define version 3.2.1 %define release @RPM_RELEASE@ %define nsusr @nrpe_user@ %define nsgrp @nrpe_group@ diff --git a/update-version b/update-version index c650ed2..fe242c1 100755 --- a/update-version +++ b/update-version @@ -31,7 +31,7 @@ fi CURRENTVERSION=3.2.1 # Last date -LASTDATE=2017-08-31 +LASTDATE=2017-09-01 if [ "x$1" = "x" ] then