diff options
| author | B. Watson <urchlay@slackware.uk> | 2024-10-11 14:02:28 -0400 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2024-10-11 14:02:28 -0400 | 
| commit | 9415cd8f0afe4dc62a474e4b606f8edd4608430c (patch) | |
| tree | 19e1eb95c8c4096d706f75da13af6e7507c883c1 | |
| parent | cdc83a6b1463ceb2c63655f7314dc64bcb27b202 (diff) | |
| download | sbo-maintainer-tools-ac85b1c3bd6eaad9906d552a848131861ffb0448.tar.gz | |
Update version to 0.9.3.0.9.3
| -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.2.1 +VERSION=0.9.3  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.2.1 +VERSION=0.9.3  : <<EOF  =pod @@ -4,7 +4,7 @@  # companion piece to sbolint.  # Don't edit the next line; use "make version" instead. -$VERSION="0.9.2.1"; +$VERSION="0.9.3";  =pod @@ -1,7 +1,7 @@  #!/usr/bin/perl -w  # Don't edit the next line; use "make version" instead. -$VERSION="0.9.2.1"; +$VERSION="0.9.3";  =pod @@ -1,7 +1,7 @@  #!/bin/bash  # Don't edit the next line; use "make version" instead. -VER=0.9.2.1 +VER=0.9.3  : <<EOF  =pod | 
