aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-02-04 15:52:22 -0500
committerB. Watson <urchlay@slackware.uk>2023-02-04 15:52:22 -0500
commit3ac66a0826f6808f2c7a561515b58ec3e43520e6 (patch)
treeb32ebfff511467ed6c6bc0a91ebc4d97718ac98a
parent02774a1ac7aabe527454fc17b812f32b26fb9a5e (diff)
downloadsbo-maintainer-tools-3ac66a0826f6808f2c7a561515b58ec3e43520e6.tar.gz
Bump VERSION.0.6.0
-rw-r--r--Makefile2
-rwxr-xr-xsbolint2
-rwxr-xr-xsbopkglint2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7b45be7..9f0943b 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.5.2
+VERSION=0.6.0
PREFIX=/usr/local
DESTDIR=
diff --git a/sbolint b/sbolint
index ad0391c..1debcda 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.5.2";
+$VERSION="0.6.0";
# ChangeLog:
diff --git a/sbopkglint b/sbopkglint
index 20836aa..adc591f 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.5.2
+VER=0.6.0
: <<EOF
=pod