Skip to content
Snippets Groups Projects
Commit 366363ae authored by Birte Kehr's avatar Birte Kehr
Browse files

Updating version information.

parent 32c9fa8a
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment