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