Bump version to v0.9.0

This commit is contained in:
Russ Magee 2021-01-10 22:07:00 -08:00
parent c23edc6874
commit 4e8e064c74
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
VERSION := 0.9.0pre
VERSION := 0.9.0
.PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall
## Tag version of binaries with build info wrt.
@ -42,7 +42,7 @@ endif
INSTPREFIX = /usr/local
all: common client server #seccheck
all: common client server
clean:
@echo "Make: $(MAKE)"
@ -78,10 +78,6 @@ else
$(MAKE) BUILDOPTS=$(BUILDOPTS) -C xsd
endif
#seccheck:
# grep -r "logPlainText.*true" .
# if [ $$? -eq 0 ]; then echo "WARNING plaintext debug is enabled"; exit 1; fi
vis:
@which go-callvis >/dev/null 2>&1; \
stat=$$?; if [ $$stat -ne "0" ]; then \