aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-03-04 17:19:53 -0500
committerB. Watson <urchlay@slackware.uk>2023-03-04 17:19:53 -0500
commit8b50871ef8fbbae6cf805c56efd79a87e378fbe7 (patch)
treeda2c6ee60fc8b11f58e4d6ca2e1678c5b1fcc9e4
parent637f0ccbe1df69e81c97b63d7c08247237f3f5ec (diff)
downloadsbo-maintainer-tools-8b50871ef8fbbae6cf805c56efd79a87e378fbe7.tar.gz
Bump VERSION.0.6.3
-rw-r--r--Makefile2
-rwxr-xr-xsbolint4
-rwxr-xr-xsbopkglint2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c8c09f2..2006cf8 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.2
+VERSION=0.6.3
PREFIX=/usr/local
DESTDIR=
diff --git a/sbolint b/sbolint
index d7c5ce2..f12fec7 100755
--- a/sbolint
+++ b/sbolint
@@ -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.
diff --git a/sbopkglint b/sbopkglint
index 3c8712e..9029526 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.2
+VER=0.6.3
: <<EOF
=pod