aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-05-21 05:24:04 -0400
committerB. Watson <urchlay@slackware.uk>2026-05-21 05:24:04 -0400
commitf997fbf9c90ace622d97cd7d2960ed3bff915d57 (patch)
tree5670d3784e67738c801ce8a6b0e973464fe296c0
parent645a85448511ea44336b52ea4bc26aa73500588d (diff)
downloadsbo-maintainer-tools-f997fbf9c90ace622d97cd7d2960ed3bff915d57.tar.gz
Update version to 0.9.5.HEAD0.9.5master
-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 41cfff2..f22b2e3 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.4
+VERSION=0.9.5
PREFIX=/usr/local
DESTDIR=
diff --git a/sbodl b/sbodl
index 16ef458..b4e5850 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.4
+VERSION=0.9.5
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index ce49637..d2954e9 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.4";
+$VERSION="0.9.5";
=pod
diff --git a/sbolint b/sbolint
index f975cdd..ce08f09 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.4";
+$VERSION="0.9.5";
=pod
diff --git a/sbopkglint b/sbopkglint
index eee6320..2257d08 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.9.4
+VER=0.9.5
: <<EOF
=pod