aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-10-11 14:02:28 -0400
committerB. Watson <urchlay@slackware.uk>2024-10-11 14:02:28 -0400
commit9415cd8f0afe4dc62a474e4b606f8edd4608430c (patch)
tree19e1eb95c8c4096d706f75da13af6e7507c883c1
parentcdc83a6b1463ceb2c63655f7314dc64bcb27b202 (diff)
downloadsbo-maintainer-tools-9415cd8f0afe4dc62a474e4b606f8edd4608430c.tar.gz
Update version to 0.9.3.HEAD0.9.3master
-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 be699a7..2f6a86c 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.2.1
+VERSION=0.9.3
PREFIX=/usr/local
DESTDIR=
diff --git a/sbodl b/sbodl
index 1623463..8452799 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.2.1
+VERSION=0.9.3
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index 39f9ca7..5b97733 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.2.1";
+$VERSION="0.9.3";
=pod
diff --git a/sbolint b/sbolint
index 78cd28e..85d675a 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.2.1";
+$VERSION="0.9.3";
=pod
diff --git a/sbopkglint b/sbopkglint
index d2ebd2b..5fd9419 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.9.2.1
+VER=0.9.3
: <<EOF
=pod