diff options
| author | Jan Wagner <waja@cyconet.org> | 2023-02-02 10:21:40 +0000 |
|---|---|---|
| committer | Jan Wagner <waja@cyconet.org> | 2023-02-02 10:21:40 +0000 |
| commit | 0208994b9a7197961323fad45c2f2dd87e6645c7 (patch) | |
| tree | 78ae61a428ef7f46ee3c4ce2625c2673bf2bba16 | |
| parent | 1a964086aacce594ea73a641620ccfdc98782105 (diff) | |
| download | monitoring-plugins-0208994b9a7197961323fad45c2f2dd87e6645c7.tar.gz | |
Switch back to git version
| -rwxr-xr-x | NP-VERSION-GEN | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN index b4c8d24e..c353b1d1 100755 --- a/NP-VERSION-GEN +++ b/NP-VERSION-GEN | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | SRC_ROOT=`dirname $0` | 6 | SRC_ROOT=`dirname $0` |
| 7 | 7 | ||
| 8 | NPVF=NP-VERSION-FILE | 8 | NPVF=NP-VERSION-FILE |
| 9 | DEF_VER=2.3.3 | 9 | DEF_VER=2.3git |
| 10 | 10 | ||
| 11 | LF=' | 11 | LF=' |
| 12 | ' | 12 | ' |
diff --git a/configure.ac b/configure.ac index 5f186951..87a84a0c 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1,6 +1,6 @@ | |||
| 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_PREREQ(2.59) | 2 | AC_PREREQ(2.59) |
| 3 | AC_INIT(monitoring-plugins,2.3.3) | 3 | AC_INIT(monitoring-plugins,2.3git) |
| 4 | AC_CONFIG_SRCDIR(NPTest.pm) | 4 | AC_CONFIG_SRCDIR(NPTest.pm) |
| 5 | AC_CONFIG_FILES([gl/Makefile]) | 5 | AC_CONFIG_FILES([gl/Makefile]) |
| 6 | AC_CONFIG_AUX_DIR(build-aux) | 6 | AC_CONFIG_AUX_DIR(build-aux) |
