Skip to content

Commit fb8b913

Browse files
author
madlohe
committed
Prep for release 4.1.0
1 parent 1adc010 commit fb8b913

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2489,9 +2489,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
24892489
24902490
24912491
PKG_NAME=nrpe
2492-
PKG_VERSION="4.1.0RC1"
2492+
PKG_VERSION="4.1.0"
24932493
PKG_HOME_URL="http://www.nagios.org/"
2494-
PKG_REL_DATE="2022-06-08"
2494+
PKG_REL_DATE="2022-07-18"
24952495
RPM_RELEASE=1
24962496
24972497
LANG=C

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ AC_CONFIG_AUX_DIR([build-aux])
1111
AC_PREFIX_DEFAULT(/usr/local/nagios)
1212

1313
PKG_NAME=nrpe
14-
PKG_VERSION="4.1.0RC1"
14+
PKG_VERSION="4.1.0"
1515
PKG_HOME_URL="http://www.nagios.org/"
16-
PKG_REL_DATE="2022-06-08"
16+
PKG_REL_DATE="2022-07-18"
1717
RPM_RELEASE=1
1818

1919
LANG=C

include/common.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
# endif
4242
#endif
4343

44-
#define PROGRAM_VERSION "4.1.0RC1"
45-
#define MODIFICATION_DATE "2022-06-08"
44+
#define PROGRAM_VERSION "4.1.0"
45+
#define MODIFICATION_DATE "2022-07-18"
4646

4747
#define OK 0
4848
#define ERROR -1

nrpe.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%define _sysconfdir /etc/nagios
2323

2424
%define name @PACKAGE_NAME@
25-
%define version 4.1.0RC1
25+
%define version 4.1.0
2626
%define release @RPM_RELEASE@
2727
%define nsusr @nrpe_user@
2828
%define nsgrp @nrpe_group@

update-version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ else
2828
fi
2929

3030
# Current version number
31-
CURRENTVERSION=4.1.0RC1
31+
CURRENTVERSION=4.1.0
3232

3333
# Last date
34-
LASTDATE=2022-06-08
34+
LASTDATE=2022-07-18
3535

3636
if [ "x$1" = "x" ]
3737
then

0 commit comments

Comments
 (0)