diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-02-05 13:13:05 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-02-05 13:13:05 +0000 |
commit | 987622e09fd7eba7abff0c24a9105a4ab5f310ce (patch) | |
tree | 1494e8ec94c620fef7f3441ff32359c28a9ed4ad /configure.in | |
parent | 0dbab53464230a2121bb92cee33fe9c81f8aa071 (diff) | |
download | monitoring-plugins-987622e09fd7eba7abff0c24a9105a4ab5f310ce.tar.gz |
For 1.4.6 release
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1606 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index af8278e6..793e0349 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION ($Revision$) AC_PREREQ(2.59) -AC_INIT(nagios-plugins,1.4.5) +AC_INIT(nagios-plugins,1.4.6) AC_CONFIG_SRCDIR(NPTest.pm) AC_CONFIG_FILES(gl/Makefile) AC_CONFIG_AUX_DIR(build-aux) |