summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-07-11 09:15:36 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-07-11 09:15:36 (GMT)
commit017b523fa4a8198d65e53b3ad414346f47ad0472 (patch)
treeb0a3fb016ac6f42045119f104434de02cbc9a03e
parente4e95c1d594aa11fcc040241738c675d64c5ba44 (diff)
downloadmonitoring-plugins-017b523.tar.gz
Prepare for the 2.0 release
-rw-r--r--NEWS2
-rwxr-xr-xNP-VERSION-GEN2
-rw-r--r--configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cf58cb4..f28f391 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
32.0 ... 32.0 11th July 2014
4 ENHANCEMENTS 4 ENHANCEMENTS
5 check_mailq now supports auto detection of qmail, postfix, exim and nullmailer with 5 check_mailq now supports auto detection of qmail, postfix, exim and nullmailer with
6 fallback to sendmail 6 fallback to sendmail
diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN
index ae507e4..26f94e7 100755
--- a/NP-VERSION-GEN
+++ b/NP-VERSION-GEN
@@ -6,7 +6,7 @@
6SRC_ROOT=`dirname $0` 6SRC_ROOT=`dirname $0`
7 7
8NPVF=NP-VERSION-FILE 8NPVF=NP-VERSION-FILE
9DEF_VER=1.5.git 9DEF_VER=2.0.git
10 10
11LF=' 11LF='
12' 12'
diff --git a/configure.ac b/configure.ac
index 87d43fd..f6ead58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.59) 2AC_PREREQ(2.59)
3AC_INIT(monitoring-plugins,1.5) 3AC_INIT(monitoring-plugins,2.0)
4AC_CONFIG_SRCDIR(NPTest.pm) 4AC_CONFIG_SRCDIR(NPTest.pm)
5AC_CONFIG_FILES([gl/Makefile 5AC_CONFIG_FILES([gl/Makefile
6 monitoring-plugins.spec]) 6 monitoring-plugins.spec])