aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-06 02:23:37 -0400
committerB. Watson <urchlay@slackware.uk>2024-08-06 02:24:46 -0400
commit65e04bb1c01066a1b8986399c14d3a398c786ab7 (patch)
treefed3b85bb5ac66836f0421272963d9f52221a646
parentef2c7dcfa9543fed55e58761adf3c0830e5b2305 (diff)
downloadsbo-maintainer-tools-65e04bb1c01066a1b8986399c14d3a398c786ab7.tar.gz
0.9.2 release.
-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 ce7f24c..0856241 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.1
+VERSION=0.9.2
PREFIX=/usr/local
DESTDIR=
diff --git a/sbodl b/sbodl
index 99ca1ff..7065493 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.1
+VERSION=0.9.2
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index ec3bfdc..54ccbb5 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.1";
+$VERSION="0.9.2";
=pod
diff --git a/sbolint b/sbolint
index 1fc64bb..ad1720a 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.1";
+$VERSION="0.9.2";
=pod
diff --git a/sbopkglint b/sbopkglint
index 2ca309e..7c65114 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.9.1
+VER=0.9.2
: <<EOF
=pod