diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-21 17:43:43 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-02-21 17:43:43 -0500 |
commit | 64453c9a69ec532ac0e1af36c0bf37c208faa85f (patch) | |
tree | b3127f694476cde7b247a9113b9bf3952480fd2f | |
parent | bb78b71ac8b8de8ddc1a85e92e8a3b544af331b2 (diff) | |
download | sbo-maintainer-tools-64453c9a69ec532ac0e1af36c0bf37c208faa85f.tar.gz |
Bump VERSION.0.6.2
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | sbolint | 2 | ||||
-rwxr-xr-x | sbopkglint | 2 |
3 files changed, 3 insertions, 3 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.1 +VERSION=0.6.2 PREFIX=/usr/local DESTDIR= @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # note to self: keep this in sync with VER in sbopkglint and VERSION in Makefile. -$VERSION="0.6.1"; +$VERSION="0.6.2"; # ChangeLog: @@ -3,7 +3,7 @@ # 20220408 bkw: note to self: VER must be in sync with VERSION in sbolint # and the Makefile. -VER=0.6.1 +VER=0.6.2 : <<EOF =pod |