Quellcode durchsuchen

Prep for release 2.4.11

Cody Byers vor 1 Jahr
Ursprung
Commit
8b949225ad
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      NEWS
  2. 1 1
      NP-VERSION-GEN
  3. 1 1
      configure.ac

+ 1 - 1
NEWS

@@ -1,5 +1,5 @@
 This file documents the major additions and syntax changes between releases.
-2.4.11 2024-08-02
+2.4.11 2024-08-01
 	FIXES
 	check_dig: Fixed issue where exact matching broke backwards compatability, and added new option to enforce exact matching (#777)
 	check_swap: Allow the plugin to run without warning/critical thresholds (#747)

+ 1 - 1
NP-VERSION-GEN

@@ -6,7 +6,7 @@
 SRC_ROOT=`dirname $0`
 
 NPVF=NP-VERSION-FILE
-DEF_VER=2.4.10.git
+DEF_VER=2.4.11.git
 
 LF='
 '

+ 1 - 1
configure.ac

@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT(nagios-plugins,2.4.10)
+AC_INIT(nagios-plugins,2.4.11)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AC_CONFIG_FILES([gl/Makefile
 	nagios-plugins.spec])