3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Bump version

This commit is contained in:
github-actions[bot] 2022-05-24 00:18:18 +00:00
parent 335b4888ce
commit c525b5f919

View file

@ -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