diff options
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2006-04-19 03:42:34 (GMT) |
---|---|---|
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2006-04-19 03:42:34 (GMT) |
commit | a369a30000fc88b6a43c0d51b6cb4d9ec68043aa (patch) | |
tree | dbfdf40db828f60d03118219ae859c00ffeeaaf7 | |
parent | 55cb62f40eb99a140690cc1af45066fb1a33baa0 (diff) | |
download | monitoring-plugins-a369a30000fc88b6a43c0d51b6cb4d9ec68043aa.tar.gz |
version update - release pending
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1379 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 b1efa09..ae6253b 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.2) | 4 | AC_INIT(nagios-plugins,1.4.3) |
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 85f6a4e..60c9956 100644 --- a/package.def +++ b/package.def | |||
@@ -1 +1 @@ | |||
PACKAGE_RELEASE="1.4.2" | PACKAGE_RELEASE="1.4.3" | ||