summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLorenz Kästle <lorenz.kaestle@netways.de>2026-04-13 14:50:01 +0200
committerLorenz Kästle <lorenz.kaestle@netways.de>2026-04-13 14:50:01 +0200
commitcee88420a7439617cbe2b45d2aa2b6c5f360205a (patch)
treee315f4800ce7192dbb8dd82025804f5fddf2164a /configure.ac
parent1eace3a997cac6a98091238c6f71a2279183b1ad (diff)
downloadmonitoring-plugins-cee88420a7439617cbe2b45d2aa2b6c5f360205a.tar.gz
3.0.0-rc3 releasev3.0.0-rc33.0.0-rc3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e4351ad7..03adcb3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ([2.64]) 2AC_PREREQ([2.64])
3AC_INIT([monitoring-plugins],[2.4git]) 3AC_INIT([monitoring-plugins],[3.0.0-rc3])
4AC_CONFIG_SRCDIR(NPTest.pm) 4AC_CONFIG_SRCDIR(NPTest.pm)
5AC_CONFIG_FILES([gl/Makefile]) 5AC_CONFIG_FILES([gl/Makefile])
6AC_CONFIG_AUX_DIR(build-aux) 6AC_CONFIG_AUX_DIR(build-aux)