diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-08-16 02:41:53 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-08-16 02:41:53 -0400 |
| commit | b5751ad321d0d97c36038c7944a811377038f4c5 (patch) | |
| tree | 50300d5d61b59b98da2c5fe6be92b039a7850082 | |
| parent | 4547dbc29f377fdba7aec35ab04a68ca0a033a67 (diff) | |
| download | sbo-maintainer-tools-b5751ad321d0d97c36038c7944a811377038f4c5.tar.gz | |
Update VERSION to 0.9.7.
| -rw-r--r-- | Makefile | 2 | ||||
| -rwxr-xr-x | sbodl | 2 | ||||
| -rwxr-xr-x | sbofixinfo | 2 | ||||
| -rwxr-xr-x | sbolint | 2 | ||||
| -rwxr-xr-x | sbopkglint | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ PROJ=sbo-maintainer-tools # note to self: after changing this, "make version" to update all 4 scripts. -VERSION=0.9.6.2 +VERSION=0.9.7 PREFIX=/usr/local DESTDIR= @@ -8,7 +8,7 @@ # 20170306 bkw: add caching # Don't edit the next line; use "make version" instead. -VERSION=0.9.6.2 +VERSION=0.9.7 : <<EOF =pod @@ -4,7 +4,7 @@ # companion piece to sbolint. # Don't edit the next line; use "make version" instead. -$VERSION="0.9.6.2"; +$VERSION="0.9.7"; =pod @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Don't edit the next line; use "make version" instead. -$VERSION="0.9.6.2"; +$VERSION="0.9.7"; =pod @@ -1,7 +1,7 @@ #!/bin/bash # Don't edit the next line; use "make version" instead. -VER=0.9.6.2 +VER=0.9.7 : <<EOF =pod |
