diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-11-01 00:10:05 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-11-01 00:10:05 +0000 |
commit | 56054f2ce3b76947600a1e6b0f92cc1a71ff35bd (patch) | |
tree | a69885f0dd918a1a7085af802a09f465343c98dd /Makefile | |
parent | dfeff65c2b3a0d663c7c2bf9888162af54db2e35 (diff) | |
download | yosys-56054f2ce3b76947600a1e6b0f92cc1a71ff35bd.tar.gz yosys-56054f2ce3b76947600a1e6b0f92cc1a71ff35bd.tar.bz2 yosys-56054f2ce3b76947600a1e6b0f92cc1a71ff35bd.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+3656 +YOSYS_VER := 0.9+3659 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |