diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-08-23 00:10:08 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-08-23 00:10:08 +0000 |
commit | 12132b6850747aec99715fdfa3184fe3ebefa015 (patch) | |
tree | d4619d9b17de3d177ba8960781ac7fd68b7eedd7 | |
parent | 0f81e2789855367e7aa75b00b7d42aa4f5af3d20 (diff) | |
download | yosys-12132b6850747aec99715fdfa3184fe3ebefa015.tar.gz yosys-12132b6850747aec99715fdfa3184fe3ebefa015.tar.bz2 yosys-12132b6850747aec99715fdfa3184fe3ebefa015.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+3518 +YOSYS_VER := 0.9+3521 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |