From 90a2e202dc5867f0511020c9749a91ca98403fde Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 7 Apr 2022 12:30:58 -0400 Subject: update version to 0.5 --- Makefile | 4 +++- sbolint | 2 +- sbopkglint | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5f8b8c7..baa5ab8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ PROJ=sbo-maintainer-tools -VERSION=0.4.1 + +# for now, VERSION has to be updated here and also in both scripts. +VERSION=0.5 PREFIX=/usr/local DESTDIR= diff --git a/sbolint b/sbolint index 788489f..fd7dd57 100755 --- a/sbolint +++ b/sbolint @@ -24,7 +24,7 @@ # 0.1 20141114 bkw, Initial release. -$VERSION="0.4"; +$VERSION="0.5"; # This script is meant to be fairly self-contained, prefer not to # require a huge pile of perl module dependencies. In some cases this diff --git a/sbopkglint b/sbopkglint index b183c28..16965b4 100755 --- a/sbopkglint +++ b/sbopkglint @@ -391,7 +391,7 @@ EOF while true; do case "$1" in --doc) exec perldoc "$0" ;; - --man) exec pod2man --stderr -s1 -csbo-maintainer-tools -r0.4 "$0" ;; + --man) exec pod2man --stderr -s1 -csbo-maintainer-tools -r0.5 "$0" ;; -k) KEEP=1 ; shift ;; -i) INSTALL_DOCS_OK=1 ; shift;; -s) SLACKBUILD_MISSING_OK=1 ; shift;; -- cgit v1.2.3