aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-06-09 15:58:07 -0400
committerB. Watson <urchlay@slackware.uk>2023-06-09 15:59:54 -0400
commit280123a9c736a89e4ad722ef95ae51e6e529ca23 (patch)
tree4abd4bc2ec21505964909bf83e22ee8b72eef203
parentd4735eae238811ac85e0744443e8d6409f7c3a8b (diff)
downloadsbo-maintainer-tools-280123a9c736a89e4ad722ef95ae51e6e529ca23.tar.gz
Bump VERSION.0.8.2
-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 999e215..ba3422e 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.8.1
+VERSION=0.8.2
PREFIX=/usr/local
DESTDIR=
diff --git a/sbodl b/sbodl
index b592f06..c9b2d86 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.8.1
+VERSION=0.8.2
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index fb3a620..397ff29 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.8.1";
+$VERSION="0.8.2";
=pod
diff --git a/sbolint b/sbolint
index 8e0468f..6fc644d 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.8.1";
+$VERSION="0.8.2";
=pod
diff --git a/sbopkglint b/sbopkglint
index 917af58..6ab7241 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.8.1
+VER=0.8.2
: <<EOF
=pod