diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-09-30 00:10:09 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-09-30 00:10:09 +0000 |
commit | 5a3ac39f5f48abfd5af1f907f52689c2e9779bb3 (patch) | |
tree | 7e8f0a72d9eb71026744405ddeaf69c6fac71e80 /Makefile | |
parent | 7b9a93aa2e455de499f8ddccf19507f5e932dd42 (diff) | |
download | yosys-5a3ac39f5f48abfd5af1f907f52689c2e9779bb3.tar.gz yosys-5a3ac39f5f48abfd5af1f907f52689c2e9779bb3.tar.bz2 yosys-5a3ac39f5f48abfd5af1f907f52689c2e9779bb3.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+3591 +YOSYS_VER := 0.9+3597 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |