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