From: Clifford Wolf Date: Mon, 30 Sep 2019 15:08:38 +0000 (+0200) Subject: Bump version X-Git-Tag: working-ls180~1032 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ed13297b104c200f6d15cf1265417e823c8d308;p=yosys.git Bump version Signed-off-by: Clifford Wolf --- diff --git a/Makefile b/Makefile index bd69ce845..75d3097a3 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+431 +YOSYS_VER := 0.9+899 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o