diff --git a/Makefile b/Makefile index 3f8dbf3..72d42ee 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ all: $(PROGRAMS) misc BAMDIR="" BDIR=$(realpath $(BAMDIR)) -PACKAGE_VERSION = 0.939 +PACKAGE_VERSION = 0.941 ifneq "$(wildcard .git)" "" PACKAGE_VERSION := $(shell git describe --always --dirty)