diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 23:12:23 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 23:12:23 (GMT) |
commit | df5d53fb5d27e015e73358144c23aeedcfaf26d0 (patch) | |
tree | 31f394aae3d552146b4d7236e44034048282c1b4 | |
parent | 4ea2a713545d692d1efd2b5b53d4ba21ea34b8f4 (diff) | |
download | monitoring-plugins-df5d53fb5d27e015e73358144c23aeedcfaf26d0.tar.gz |
Bump version to next release
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1036 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 38d91ea..5e95c91 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.0-alpha3) | 4 | AC_INIT(nagios-plugins,1.4-beta1) |
5 | AC_CONFIG_SRCDIR(Helper.pm) | 5 | AC_CONFIG_SRCDIR(Helper.pm) |
6 | AM_INIT_AUTOMAKE | 6 | AM_INIT_AUTOMAKE |
7 | AM_CONFIG_HEADER(config.h) | 7 | AM_CONFIG_HEADER(config.h) |