diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-08-15 01:39:43 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-08-15 01:39:43 -0400 |
| commit | 697cf8c1f665eb96daff0270c6b1f0136c71da88 (patch) | |
| tree | b7782573bf5badcff70c566610aba39d2b587f1a | |
| parent | a4f6d4ae6823c3d09c2d2ee18f00fb482ec41fe1 (diff) | |
| download | sbo-maintainer-tools-1834d9f16e748446e253e5325e3e54df02ecf7a4.tar.gz | |
0.9.6.2 release.0.9.6.2
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | NEWS | 4 | ||||
| -rwxr-xr-x | sbodl | 2 | ||||
| -rwxr-xr-x | sbofixinfo | 2 | ||||
| -rwxr-xr-x | sbolint | 2 | ||||
| -rwxr-xr-x | sbopkglint | 2 |
6 files changed, 7 insertions, 7 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.1 +VERSION=0.9.6.2 PREFIX=/usr/local DESTDIR= @@ -1,8 +1,8 @@ The real ChangeLog is the git log. This is just a summary of the user-visible changes between releases. -New in 0.9.6: -============= +New in 0.9.6.2: +=============== sbolint: - Stop complaining about diff/patch files that have no newline at the end. @@ -8,7 +8,7 @@ # 20170306 bkw: add caching # Don't edit the next line; use "make version" instead. -VERSION=0.9.6.1 +VERSION=0.9.6.2 : <<EOF =pod @@ -4,7 +4,7 @@ # companion piece to sbolint. # Don't edit the next line; use "make version" instead. -$VERSION="0.9.6.1"; +$VERSION="0.9.6.2"; =pod @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Don't edit the next line; use "make version" instead. -$VERSION="0.9.6.1"; +$VERSION="0.9.6.2"; =pod @@ -1,7 +1,7 @@ #!/bin/bash # Don't edit the next line; use "make version" instead. -VER=0.9.6.1 +VER=0.9.6.2 : <<EOF =pod |
