diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-12-10 00:10:10 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-12-10 00:10:10 +0000 |
commit | 442d19f6478180cb4c49cc4e67e93ae391da9e65 (patch) | |
tree | 2f7f39f89fae39d5ca22aae896ce57d197fe6982 /Makefile | |
parent | 08510d72486c1cb79c43abdbb46c6398925c50d0 (diff) | |
download | yosys-442d19f6478180cb4c49cc4e67e93ae391da9e65.tar.gz yosys-442d19f6478180cb4c49cc4e67e93ae391da9e65.tar.bz2 yosys-442d19f6478180cb4c49cc4e67e93ae391da9e65.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+3752 +YOSYS_VER := 0.9+3755 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |