Przeglądaj źródła

Prepare for the 1.5 release

Holger Wei 12 lat temu
rodzic
commit
c38a0b8a03
3 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      NEWS
  2. 1 1
      NP-VERSION-GEN
  3. 1 1
      configure.in

+ 1 - 1
NEWS

@@ -1,6 +1,6 @@
 This file documents the major additions and syntax changes between releases.
 
-...
+1.5 2nd October 2013
 	ENHANCEMENTS
 	New check_dbi plugin for checking an (SQL) database using DBI
 	Let OpenSSL load its configuration file (see the OPENSSL_config(3) man page)

+ 1 - 1
NP-VERSION-GEN

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

+ 1 - 1
configure.in

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