diff options
| -rw-r--r-- | Makefile | 6 | ||||
| -rwxr-xr-x | sbodl | 2 | ||||
| -rwxr-xr-x | sbofixinfo | 2 | ||||
| -rwxr-xr-x | sbolint | 2 | ||||
| -rwxr-xr-x | sbopkglint | 2 | 
5 files changed, 7 insertions, 7 deletions
| @@ -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 +VERSION=0.9.2.1  PREFIX=/usr/local  DESTDIR= @@ -13,8 +13,8 @@ MANDIR=$(PREFIX)/man  MAN1DIR=$(MANDIR)/man1  DOCDIR=$(PREFIX)/doc/$(PROJ)-$(VERSION) -DOCS=README QUICKSTART TODO pre-commit-sbolint -SCRIPTS=sbopkglint sbolint sbofixinfo +DOCS=README QUICKSTART TODO pre-commit-sbolint NEWS +SCRIPTS=sbopkglint sbolint sbofixinfo sbodl  all:  	@echo "Use 'make install PREFIX=<path>' to install $(PROJ)." @@ -8,7 +8,7 @@  # 20170306 bkw: add caching  # Don't edit the next line; use "make version" instead. -VERSION=0.9.2 +VERSION=0.9.2.1  : <<EOF  =pod @@ -4,7 +4,7 @@  # companion piece to sbolint.  # Don't edit the next line; use "make version" instead. -$VERSION="0.9.2"; +$VERSION="0.9.2.1";  =pod @@ -1,7 +1,7 @@  #!/usr/bin/perl -w  # Don't edit the next line; use "make version" instead. -$VERSION="0.9.2"; +$VERSION="0.9.2.1";  =pod @@ -1,7 +1,7 @@  #!/bin/bash  # Don't edit the next line; use "make version" instead. -VER=0.9.2 +VER=0.9.2.1  : <<EOF  =pod | 
