From: Claire Wolf Date: Thu, 2 Apr 2020 13:40:00 +0000 (+0200) Subject: Bump YOSYS_VER X-Git-Tag: working-ls180~703 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=347774945972dc71910a3e38c9ec678f74f97d03;p=yosys.git Bump YOSYS_VER Signed-off-by: Claire Wolf --- diff --git a/Makefile b/Makefile index 3c89fed20..c6a8844ec 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+1706 +YOSYS_VER := 0.9+2406 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o