diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-10-31 00:10:15 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-10-31 00:10:15 +0000 |
commit | 166a84bdb8740970326ec76c79d676f30723bbbb (patch) | |
tree | 73261dfae0c40377b286f889db37cff0cb027124 /Makefile | |
parent | c228cb74d613ea37a54e12df96e97a142124ddab (diff) | |
download | yosys-166a84bdb8740970326ec76c79d676f30723bbbb.tar.gz yosys-166a84bdb8740970326ec76c79d676f30723bbbb.tar.bz2 yosys-166a84bdb8740970326ec76c79d676f30723bbbb.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+3654 +YOSYS_VER := 0.9+3656 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |