From 0c8a6991cd3fa58a0960bfa66ee0dd2d42f6e75c Mon Sep 17 00:00:00 2001 From: Thomas Bellman <bellman@lysator.liu.se> Date: Sun, 19 Aug 2018 21:44:32 +0200 Subject: [PATCH] Release version 0.10. The single plugin we have, check_ospf_nbr, is in a good enough state by now that we can cut a proper release, even if just a 0.x version. --- Version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.inc b/Version.inc index f821b26..8b0c282 100644 --- a/Version.inc +++ b/Version.inc @@ -18,7 +18,7 @@ PKGNAME := nagios-plugins-trh # The latest version released -_RELVERSION := 0.00 +_RELVERSION := 0.10 ifeq ($(shell git status >/dev/null 2>/dev/null; echo $$?),0) _GITVERSION := $(shell \ -- GitLab