aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-06-22 17:03:53 -0400
committerB. Watson <urchlay@slackware.uk>2023-06-22 17:03:53 -0400
commita355fefe832fa2c316efef456040f1fa566fe485 (patch)
tree99819ce7e4613ca698b323bf9ad77a21727802b6
parent70106530fe9366d1b02dfca2bd424a6e29f1d6b8 (diff)
downloadsbo-maintainer-tools-a355fefe832fa2c316efef456040f1fa566fe485.tar.gz
Bump VERSION.
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
-rwxr-xr-xsbodl2
-rwxr-xr-xsbofixinfo2
-rwxr-xr-xsbolint2
-rwxr-xr-xsbopkglint2
6 files changed, 7 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 5b106c9..61ac357 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
sbolint.1
sbopkglint.1
+sbodl.1
+sbofixinfo.1
sbo-maintainer-tools-*.tar.gz
diff --git a/Makefile b/Makefile
index ba3422e..eda16b9 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.2
+VERSION=0.9.0
PREFIX=/usr/local
DESTDIR=
diff --git a/sbodl b/sbodl
index c9b2d86..ddcfb91 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.2
+VERSION=0.9.0
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index 397ff29..a1eff12 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.2";
+$VERSION="0.9.0";
=pod
diff --git a/sbolint b/sbolint
index 7d8de57..c10bbf1 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.2";
+$VERSION="0.9.0";
=pod
diff --git a/sbopkglint b/sbopkglint
index f96d0a7..493e29f 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.8.2
+VER=0.9.0
: <<EOF
=pod