summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2013-10-02 15:21:01 (GMT)
committerHolger Weiß <holger@zedat.fu-berlin.de>2013-10-02 15:21:01 (GMT)
commitc38a0b8a03128d8e429b9f2546137838807934d8 (patch)
treeb1f7808e2612976e824ec4cbd4b4efdcd12a2e8c /configure.in
parentaebdf1890a88211b4d7981f8cb16f0c3ea1525e6 (diff)
downloadmonitoring-plugins-c38a0b8a03128d8e429b9f2546137838807934d8.tar.gz
Prepare for the 1.5 releaserelease-1.5
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4479c2d..7e8c810 100644
--- a/configure.in
+++ b/configure.in
@@ -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(nagios-plugins,1.4.16) 3AC_INIT(nagios-plugins,1.5)
4AC_CONFIG_SRCDIR(NPTest.pm) 4AC_CONFIG_SRCDIR(NPTest.pm)
5AC_CONFIG_FILES([gl/Makefile 5AC_CONFIG_FILES([gl/Makefile
6 nagios-plugins.spec]) 6 nagios-plugins.spec])