From: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 00:18:18 +0000 (+0000) Subject: Bump version X-Git-Tag: divfloor-in-write_smt2-old-test~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c525b5f91925bd51194ead99a4ecace313f9945c;p=yosys.git Bump version --- diff --git a/Makefile b/Makefile index 7235c9dc3..34aeb9dc4 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.17+33 +YOSYS_VER := 0.17+41 GIT_REV := $(shell git ls-remote $(YOSYS_SRC) HEAD -q | $(AWK) 'BEGIN {R = "UNKNOWN"}; ($$2 == "HEAD") {R = substr($$1, 1, 9); exit} END {print R}') OBJS = kernel/version_$(GIT_REV).o