From: Clifford Wolf Date: Thu, 3 Oct 2019 10:26:08 +0000 (+0200) Subject: Bump version X-Git-Tag: working-ls180~1018 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be8efd7c7b52285743c7ff3ae51353e03c39f140;p=yosys.git Bump version Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index 2644721be..aa3fc8099 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+899 +YOSYS_VER := 0.9+932 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o