From: Clifford Wolf Date: Tue, 16 Oct 2018 14:22:16 +0000 (+0200) Subject: Yosys 0.8 X-Git-Tag: yosys-0.8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=refs%2Ftags%2Fyosys-0.8;p=yosys.git Yosys 0.8 Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index 365b92ea4..d759b1145 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.7+$(shell cd $(YOSYS_SRC) && test -e .git && { git log --author=clifford@clifford.at --oneline 61f6811.. | wc -l; }) +YOSYS_VER := 0.8 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o