Sfoglia il codice sorgente

Prep for release 4.1.3

cbyers 1 anno fa
parent
commit
563594c027
5 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 2 2
      configure
  2. 2 2
      configure.ac
  3. 2 2
      include/common.h.in
  4. 1 1
      nrpe.spec.in
  5. 2 2
      update-version

+ 2 - 2
configure

@@ -2505,9 +2505,9 @@ ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
 
 PKG_NAME=nrpe
-PKG_VERSION="4.1.2"
+PKG_VERSION="4.1.3"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="2024-12-09"
+PKG_REL_DATE="2024-12-10"
 RPM_RELEASE=1
 
 LANG=C

+ 2 - 2
configure.ac

@@ -11,9 +11,9 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
 PKG_NAME=nrpe
-PKG_VERSION="4.1.2"
+PKG_VERSION="4.1.3"
 PKG_HOME_URL="http://www.nagios.org/"
-PKG_REL_DATE="2024-12-09"
+PKG_REL_DATE="2024-12-10"
 RPM_RELEASE=1
 
 LANG=C

+ 2 - 2
include/common.h.in

@@ -38,8 +38,8 @@
 # endif
 #endif
 
-#define PROGRAM_VERSION "4.1.2"
-#define MODIFICATION_DATE "2024-12-09"
+#define PROGRAM_VERSION "4.1.3"
+#define MODIFICATION_DATE "2024-12-10"
 
 #define OK							0
 #define ERROR						-1

+ 1 - 1
nrpe.spec.in

@@ -22,7 +22,7 @@
 %define _sysconfdir /etc/nagios
 
 %define name @PACKAGE_NAME@
-%define version 4.1.2
+%define version 4.1.3
 %define release @RPM_RELEASE@
 %define nsusr @nrpe_user@
 %define nsgrp @nrpe_group@

+ 2 - 2
update-version

@@ -28,10 +28,10 @@ else
 fi
 
 # Current version number
-CURRENTVERSION=4.1.2
+CURRENTVERSION=4.1.3
 
 # Last date
-LASTDATE=2024-12-09
+LASTDATE=2024-12-10
 
 if [ "x$1" = "x" ]
 then