From 18298dc73a71033049ba1a27e0d0b856aef3850c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 28 Mar 2023 17:44:03 -0400 Subject: Bump VERSION. --- Makefile | 2 +- sbolint | 2 +- sbopkglint | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2006cf8..0aeb3d8 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.3 +VERSION=0.7.0 PREFIX=/usr/local DESTDIR= diff --git a/sbolint b/sbolint index f12fec7..3634f04 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.3"; +$VERSION="0.7.0"; # old pre-git ChangeLog: diff --git a/sbopkglint b/sbopkglint index c0d7129..3c196bc 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.3 +VER=0.7.0 : <