aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-02 22:15:19 -0400
committerB. Watson <urchlay@slackware.uk>2024-08-02 22:15:19 -0400
commit2a64f2edaf9ed95687c051d8a2eeabb54d89d6aa (patch)
treea837a4416e05fc93243b68f6caff4bee06887c1f
parent481fa07d1a740e22fa65bf7d3cd181d6f5ab091e (diff)
downloadsbo-maintainer-tools-0.9.1.tar.gz
0.9.1 release.0.9.1
-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 eda16b9..ce7f24c 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.0
+VERSION=0.9.1
PREFIX=/usr/local
DESTDIR=
diff --git a/sbodl b/sbodl
index 9d62ed8..99ca1ff 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.0
+VERSION=0.9.1
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index 7b1e9ed..ec3bfdc 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.0";
+$VERSION="0.9.1";
=pod
diff --git a/sbolint b/sbolint
index 28b5ac9..aa520c6 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.0";
+$VERSION="0.9.1";
=pod
diff --git a/sbopkglint b/sbopkglint
index efd483c..2ca309e 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.9.0
+VER=0.9.1
: <<EOF
=pod