diff options
| author | B. Watson <urchlay@slackware.uk> | 2023-02-04 15:52:22 -0500 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2023-02-04 15:52:22 -0500 | 
| commit | 3ac66a0826f6808f2c7a561515b58ec3e43520e6 (patch) | |
| tree | b32ebfff511467ed6c6bc0a91ebc4d97718ac98a | |
| parent | 02774a1ac7aabe527454fc17b812f32b26fb9a5e (diff) | |
| download | sbo-maintainer-tools-72ae9e45630eae868bae14d1eb4e35991d34dd16.tar.gz | |
Bump VERSION.0.6.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.5.2 +VERSION=0.6.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.5.2"; +$VERSION="0.6.0";  # ChangeLog: @@ -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  | 
