diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-11-17 00:10:06 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-11-17 00:10:06 +0000 |
commit | 58e8901fee7f4a7cc77e123d42ac817abf1d47f8 (patch) | |
tree | 59eac02d3fb3249718d86b0f6fa056d75c2511be /Makefile | |
parent | c7cf9415f8ad2cde0eae5020ea498d82ad72f00a (diff) | |
download | yosys-58e8901fee7f4a7cc77e123d42ac817abf1d47f8.tar.gz yosys-58e8901fee7f4a7cc77e123d42ac817abf1d47f8.tar.bz2 yosys-58e8901fee7f4a7cc77e123d42ac817abf1d47f8.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+3675 +YOSYS_VER := 0.9+3679 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |