diff options
| author | B. Watson <urchlay@slackware.uk> | 2023-03-28 17:44:03 -0400 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2023-03-28 17:44:03 -0400 | 
| commit | 18298dc73a71033049ba1a27e0d0b856aef3850c (patch) | |
| tree | 5519fb66d1c2e0832ce826a67a3e8226a04fbb0c | |
| parent | dc2614d8c174c528b043264246bedb29fc1408bd (diff) | |
| download | sbo-maintainer-tools-18298dc73a71033049ba1a27e0d0b856aef3850c.tar.gz | |
Bump VERSION.0.7.0
| -rw-r--r-- | Makefile | 2 | ||||
| -rwxr-xr-x | sbolint | 2 | ||||
| -rwxr-xr-x | sbopkglint | 2 | 
3 files changed, 3 insertions, 3 deletions
| @@ -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= @@ -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: @@ -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  : <<EOF  =pod | 
