diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-08-14 17:21:34 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-08-14 17:21:34 -0400 |
| commit | 8353f5f2e895f3b0c4657ac604be38e965b11c49 (patch) | |
| tree | 8ba3c6cc68546169d9a7386830b16a47920adaa2 | |
| parent | 70fcbcc20bad94d751d7d37ecc52bc903eab4c98 (diff) | |
| download | sbo-maintainer-tools-8353f5f2e895f3b0c4657ac604be38e965b11c49.tar.gz | |
Bump VERSION to 0.9.6.
| -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.5 +VERSION=0.9.6 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.5 +VERSION=0.9.6 : <<EOF =pod @@ -4,7 +4,7 @@ # companion piece to sbolint. # Don't edit the next line; use "make version" instead. -$VERSION="0.9.5"; +$VERSION="0.9.6"; =pod @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Don't edit the next line; use "make version" instead. -$VERSION="0.9.5"; +$VERSION="0.9.6"; =pod @@ -1,7 +1,7 @@ #!/bin/bash # Don't edit the next line; use "make version" instead. -VER=0.9.5 +VER=0.9.6 : <<EOF =pod |
