diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-09-03 00:10:06 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-09-03 00:10:06 +0000 |
commit | d963bdb4847ad35b6fd2264a307d7f03f1e4091b (patch) | |
tree | a3c8acc218565ae71d3db09086db8f20819f9111 | |
parent | 3f27a4ea68a2f15e5f034af8de6c01ae1a2781d1 (diff) | |
download | yosys-d963bdb4847ad35b6fd2264a307d7f03f1e4091b.tar.gz yosys-d963bdb4847ad35b6fd2264a307d7f03f1e4091b.tar.bz2 yosys-d963bdb4847ad35b6fd2264a307d7f03f1e4091b.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+3556 +YOSYS_VER := 0.9+3558 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |