aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-08-14 17:21:34 -0400
committerB. Watson <urchlay@slackware.uk>2026-08-14 17:21:34 -0400
commit8353f5f2e895f3b0c4657ac604be38e965b11c49 (patch)
tree8ba3c6cc68546169d9a7386830b16a47920adaa2
parent70fcbcc20bad94d751d7d37ecc52bc903eab4c98 (diff)
downloadsbo-maintainer-tools-8353f5f2e895f3b0c4657ac604be38e965b11c49.tar.gz
Bump VERSION to 0.9.6.
-rw-r--r--Makefile2
-rwxr-xr-xsbodl2
-rwxr-xr-xsbofixinfo2
-rwxr-xr-xsbolint2
-rwxr-xr-xsbopkglint2
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f22b2e3..3488a69 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.5
+VERSION=0.9.6
PREFIX=/usr/local
DESTDIR=
diff --git a/sbodl b/sbodl
index b4e5850..88b498d 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.5
+VERSION=0.9.6
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index d2954e9..dc6b61c 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.5";
+$VERSION="0.9.6";
=pod
diff --git a/sbolint b/sbolint
index 4ae8b71..aac3d75 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.5";
+$VERSION="0.9.6";
=pod
diff --git a/sbopkglint b/sbopkglint
index 2257d08..308b8a6 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.9.5
+VER=0.9.6
: <<EOF
=pod