diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-19 13:51:20 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-19 13:51:20 (GMT) |
commit | 5cd4b560476a188c677a45e98749eb48de7292f8 (patch) | |
tree | 7bb3bbc5f860657acf70598f85cb578abb627076 | |
parent | 05416c2c33454ae047c85b2bfeae82309653fcf8 (diff) | |
download | monitoring-plugins-release-1.4.2.tar.gz |
For 1.4.2 releaserelease-1.4.2
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1228 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | package.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 2f1274b..76ad013 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_REVISION ($Revision$) | 2 | AC_REVISION ($Revision$) |
3 | AC_PREREQ(2.58) | 3 | AC_PREREQ(2.58) |
4 | AC_INIT(nagios-plugins,1.4.1) | 4 | AC_INIT(nagios-plugins,1.4.2) |
5 | AC_CONFIG_SRCDIR(NPTest.pm) | 5 | AC_CONFIG_SRCDIR(NPTest.pm) |
6 | AM_INIT_AUTOMAKE | 6 | AM_INIT_AUTOMAKE |
7 | AM_CONFIG_HEADER(config.h) | 7 | AM_CONFIG_HEADER(config.h) |
diff --git a/package.def b/package.def index 7f2c939..85f6a4e 100644 --- a/package.def +++ b/package.def | |||
@@ -1 +1 @@ | |||
PACKAGE_RELEASE="1.4.1" | PACKAGE_RELEASE="1.4.2" | ||