diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-02 22:15:19 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-08-02 22:15:19 -0400 |
commit | 2a64f2edaf9ed95687c051d8a2eeabb54d89d6aa (patch) | |
tree | a837a4416e05fc93243b68f6caff4bee06887c1f | |
parent | 481fa07d1a740e22fa65bf7d3cd181d6f5ab091e (diff) | |
download | sbo-maintainer-tools-25a7893ef0f2615a51d6b06f99bfd764f0763194.tar.gz |
0.9.1 release.0.9.1
-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.0 +VERSION=0.9.1 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.0 +VERSION=0.9.1 : <<EOF =pod @@ -4,7 +4,7 @@ # companion piece to sbolint. # Don't edit the next line; use "make version" instead. -$VERSION="0.9.0"; +$VERSION="0.9.1"; =pod @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Don't edit the next line; use "make version" instead. -$VERSION="0.9.0"; +$VERSION="0.9.1"; =pod @@ -1,7 +1,7 @@ #!/bin/bash # Don't edit the next line; use "make version" instead. -VER=0.9.0 +VER=0.9.1 : <<EOF =pod |