diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-09-24 00:10:06 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-09-24 00:10:06 +0000 |
commit | cd8b2ed4e6f9447c94d801de7db7ae6ce0976d57 (patch) | |
tree | 664dcff89393c2ea90d398bed4a488085bd48b48 /Makefile | |
parent | de79978372c1953e295fa262444cb0a28a246c5f (diff) | |
download | yosys-cd8b2ed4e6f9447c94d801de7db7ae6ce0976d57.tar.gz yosys-cd8b2ed4e6f9447c94d801de7db7ae6ce0976d57.tar.bz2 yosys-cd8b2ed4e6f9447c94d801de7db7ae6ce0976d57.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+3582 +YOSYS_VER := 0.9+3586 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |