aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-02-21 17:43:43 -0500
committerB. Watson <urchlay@slackware.uk>2023-02-21 17:43:43 -0500
commit64453c9a69ec532ac0e1af36c0bf37c208faa85f (patch)
treeb3127f694476cde7b247a9113b9bf3952480fd2f
parentbb78b71ac8b8de8ddc1a85e92e8a3b544af331b2 (diff)
downloadsbo-maintainer-tools-0.6.2.tar.gz
Bump VERSION.0.6.2
-rw-r--r--Makefile2
-rwxr-xr-xsbolint2
-rwxr-xr-xsbopkglint2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f126da7..c8c09f2 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.1
+VERSION=0.6.2
PREFIX=/usr/local
DESTDIR=
diff --git a/sbolint b/sbolint
index 97235eb..ecdb424 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.1";
+$VERSION="0.6.2";
# ChangeLog:
diff --git a/sbopkglint b/sbopkglint
index f4becc5..3c8712e 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.1
+VER=0.6.2
: <<EOF
=pod