diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | sbolint | 4 | ||||
-rwxr-xr-x | sbopkglint | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ PROJ=sbo-maintainer-tools # for now, VERSION has to be updated here and also in both scripts. -VERSION=0.6.2 +VERSION=0.6.3 PREFIX=/usr/local DESTDIR= @@ -1,9 +1,9 @@ #!/usr/bin/perl -w # note to self: keep this in sync with VER in sbopkglint and VERSION in Makefile. -$VERSION="0.6.2"; +$VERSION="0.6.3"; -# ChangeLog: +# old pre-git ChangeLog: # 0.5.2 20220702 bkw: if SlackBuild doesn't exist, skip other checks. @@ -3,7 +3,7 @@ # 20220408 bkw: note to self: VER must be in sync with VERSION in sbolint # and the Makefile. -VER=0.6.2 +VER=0.6.3 : <<EOF =pod |