From 2a64f2edaf9ed95687c051d8a2eeabb54d89d6aa Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 2 Aug 2024 22:15:19 -0400 Subject: 0.9.1 release. --- Makefile | 2 +- sbodl | 2 +- sbofixinfo | 2 +- sbolint | 2 +- sbopkglint | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index eda16b9..ce7f24c 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.0 +VERSION=0.9.1 PREFIX=/usr/local DESTDIR= diff --git a/sbodl b/sbodl index 9d62ed8..99ca1ff 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.0 +VERSION=0.9.1 : <