From fa960de4b3f337a461481fb0687a34e2a73880d0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 14 Feb 2023 12:59:30 -0500 Subject: Bump VERSION, sbopkglint preliminary arm and aarch64 support. --- Makefile | 2 +- sbolint | 2 +- sbopkglint | 2 +- sbopkglint.d/20-arch.t.sh | 11 +++++++---- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 9f0943b..f126da7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJ=sbo-maintainer-tools # for now, VERSION has to be updated here and also in both scripts. -VERSION=0.6.0 +VERSION=0.6.1 PREFIX=/usr/local DESTDIR= diff --git a/sbolint b/sbolint index 872e056..97235eb 100755 --- a/sbolint +++ b/sbolint @@ -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.0"; +$VERSION="0.6.1"; # ChangeLog: diff --git a/sbopkglint b/sbopkglint index adc591f..815667f 100755 --- a/sbopkglint +++ b/sbopkglint @@ -3,7 +3,7 @@ # 20220408 bkw: note to self: VER must be in sync with VERSION in sbolint # and the Makefile. -VER=0.6.0 +VER=0.6.1 : <