diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-09 15:58:07 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-06-09 15:59:54 -0400 |
commit | 280123a9c736a89e4ad722ef95ae51e6e529ca23 (patch) | |
tree | 4abd4bc2ec21505964909bf83e22ee8b72eef203 | |
parent | d4735eae238811ac85e0744443e8d6409f7c3a8b (diff) | |
download | sbo-maintainer-tools-280123a9c736a89e4ad722ef95ae51e6e529ca23.tar.gz |
Bump VERSION.0.8.2
-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.8.1 +VERSION=0.8.2 PREFIX=/usr/local DESTDIR= @@ -8,7 +8,7 @@ # 20170306 bkw: add caching # Don't edit the next line; use "make version" instead. -VERSION=0.8.1 +VERSION=0.8.2 : <<EOF =pod @@ -4,7 +4,7 @@ # companion piece to sbolint. # Don't edit the next line; use "make version" instead. -$VERSION="0.8.1"; +$VERSION="0.8.2"; =pod @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Don't edit the next line; use "make version" instead. -$VERSION="0.8.1"; +$VERSION="0.8.2"; =pod @@ -1,7 +1,7 @@ #!/bin/bash # Don't edit the next line; use "make version" instead. -VER=0.8.1 +VER=0.8.2 : <<EOF =pod |