summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-05-27 22:01:05 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-05-27 22:01:05 (GMT)
commit95784150b4b759eee289289a794a68f2199b129c (patch)
tree839d6a80a0fc20b071d0308ddc24583e57192f81 /configure.in
parent52b03be7bf33058f90513c289a266e529dbc994f (diff)
downloadmonitoring-plugins-95784150b4b759eee289289a794a68f2199b129c.tar.gz
Preparation for 1.4.12 releaserelease-1.4.12
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2004 f882894a-f735-0410-b71e-b25c423dba1c
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 03cec2f..612d686 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION ($Revision$) 2AC_REVISION ($Revision$)
3AC_PREREQ(2.59) 3AC_PREREQ(2.59)
4AC_INIT(nagios-plugins,1.4.11) 4AC_INIT(nagios-plugins,1.4.12)
5AC_CONFIG_SRCDIR(NPTest.pm) 5AC_CONFIG_SRCDIR(NPTest.pm)
6AC_CONFIG_FILES(gl/Makefile) 6AC_CONFIG_FILES(gl/Makefile)
7AC_CONFIG_AUX_DIR(build-aux) 7AC_CONFIG_AUX_DIR(build-aux)