aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d92d7d0..a921afc 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.6.2
+VERSION=0.9.7
PREFIX=/usr/local
DESTDIR=
diff --git a/sbodl b/sbodl
index 2249c39..91d6236 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.6.2
+VERSION=0.9.7
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index e760e9e..34d45e1 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.6.2";
+$VERSION="0.9.7";
=pod
diff --git a/sbolint b/sbolint
index 6416c9e..1947eca 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.6.2";
+$VERSION="0.9.7";
=pod
diff --git a/sbopkglint b/sbopkglint
index c3d1b6a..c10456f 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.9.6.2
+VER=0.9.7
: <<EOF
=pod