diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rwxr-xr-x | sbofixinfo | 2 | ||||
| -rwxr-xr-x | sbolint | 2 | ||||
| -rwxr-xr-x | sbopkglint | 2 | 
4 files changed, 4 insertions, 4 deletions
| @@ -1,7 +1,7 @@  PROJ=sbo-maintainer-tools  # for now, VERSION has to be updated here and also in both scripts. -VERSION=0.7.0 +VERSION=0.8.0  PREFIX=/usr/local  DESTDIR= @@ -3,7 +3,7 @@  # sbofixinfo - fix common errors in SBo .info files.  # companion piece to sbolint. -$VERSION="0.1"; +$VERSION="0.8.0";  =pod @@ -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.7.0"; +$VERSION="0.8.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.7.0 +VER=0.8.0  : <<EOF  =pod | 
