Skip to content

Commit 563594c

Browse files
committed
Prep for release 4.1.3
1 parent fb7c38e commit 563594c

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
@@ -2505,9 +2505,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
25052505
25062506
25072507
PKG_NAME=nrpe
2508-
PKG_VERSION="4.1.2"
2508+
PKG_VERSION="4.1.3"
25092509
PKG_HOME_URL="http://www.nagios.org/"
2510-
PKG_REL_DATE="2024-12-09"
2510+
PKG_REL_DATE="2024-12-10"
25112511
RPM_RELEASE=1
25122512
25132513
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.2"
14+
PKG_VERSION="4.1.3"
1515
PKG_HOME_URL="http://www.nagios.org/"
16-
PKG_REL_DATE="2024-12-09"
16+
PKG_REL_DATE="2024-12-10"
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
@@ -38,8 +38,8 @@
3838
# endif
3939
#endif
4040

41-
#define PROGRAM_VERSION "4.1.2"
42-
#define MODIFICATION_DATE "2024-12-09"
41+
#define PROGRAM_VERSION "4.1.3"
42+
#define MODIFICATION_DATE "2024-12-10"
4343

4444
#define OK 0
4545
#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.2
25+
%define version 4.1.3
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.2
31+
CURRENTVERSION=4.1.3
3232

3333
# Last date
34-
LASTDATE=2024-12-09
34+
LASTDATE=2024-12-10
3535

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

0 commit comments

Comments
 (0)