diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-10-06 00:10:06 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-10-06 00:10:06 +0000 |
commit | fd306b0520ac42323cbfacfa3a41e7a7a9379ec0 (patch) | |
tree | c4f95202cd91994e138d085719a89ccf72674ced | |
parent | 1b7ed719a56896a582df5e6c2f904049cdcadc1f (diff) | |
download | yosys-fd306b0520ac42323cbfacfa3a41e7a7a9379ec0.tar.gz yosys-fd306b0520ac42323cbfacfa3a41e7a7a9379ec0.tar.bz2 yosys-fd306b0520ac42323cbfacfa3a41e7a7a9379ec0.zip |
Bump version
-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+3615 +YOSYS_VER := 0.9+3617 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |