aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-08-15 01:39:43 -0400
committerB. Watson <urchlay@slackware.uk>2026-08-15 01:39:43 -0400
commit697cf8c1f665eb96daff0270c6b1f0136c71da88 (patch)
treeb7782573bf5badcff70c566610aba39d2b587f1a
parenta4f6d4ae6823c3d09c2d2ee18f00fb482ec41fe1 (diff)
downloadsbo-maintainer-tools-697cf8c1f665eb96daff0270c6b1f0136c71da88.tar.gz
0.9.6.2 release.0.9.6.2
-rw-r--r--Makefile2
-rw-r--r--NEWS4
-rwxr-xr-xsbodl2
-rwxr-xr-xsbofixinfo2
-rwxr-xr-xsbolint2
-rwxr-xr-xsbopkglint2
6 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 3f7208c..2424202 100644
--- a/Makefile
+++ b/Makefile
@@ -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=
diff --git a/NEWS b/NEWS
index 116e8c5..cce4e2e 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/sbodl b/sbodl
index 44631ae..2249c39 100755
--- a/sbodl
+++ b/sbodl
@@ -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
diff --git a/sbofixinfo b/sbofixinfo
index 39477e2..e760e9e 100755
--- a/sbofixinfo
+++ b/sbofixinfo
@@ -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
diff --git a/sbolint b/sbolint
index 0bf0377..0f40127 100755
--- a/sbolint
+++ b/sbolint
@@ -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
diff --git a/sbopkglint b/sbopkglint
index 9171edd..c3d1b6a 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -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