From: Clifford Wolf Date: Thu, 5 Sep 2019 17:05:13 +0000 (+0200) Subject: Bump version X-Git-Tag: working-ls180~1075^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58ec1df4c26599338f2f45941ed8ca402abfe607;p=yosys.git Bump version Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index 8e01ac137..5e5c4e66e 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+36 +YOSYS_VER := 0.9+231 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o