diff --git a/Makefile b/Makefile index 848619b9d4302f3999801ff6b01cd6f1e836aaee..2349d469ca926afb5494f31fc6d8f2c074b8c3e9 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ CC = $(CXX) SEQAN_LIB = ./external/seqan-library-2.2.0/include/ # Date and version number from git -DATE := on $(shell git log --pretty=format:"%cd" --date=iso | cut -f 1,2 -d " " | head -n 1) -VERSION := 0.0.7-snake-$(shell git log --pretty=format:"%h" --date=iso | head -n 1) +DATE := $(shell git log --pretty=format:"%cd" --date=iso | cut -f 1,2 -d " " | head -n 1) +VERSION := 0.1.0-$(shell git log --pretty=format:"%h" --date=iso | head -n 1) CXXFLAGS += -DDATE=\""$(DATE)"\" -DVERSION=\""$(VERSION)"\" # Compiler flags