diff options
author | Clifford Wolf <clifford@clifford.at> | 2020-01-09 21:37:28 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2020-01-09 21:37:28 +0100 |
commit | ccc83d99bafc74f7ec62111bf61d962ca0a0771d (patch) | |
tree | b7d26f10d81749e6ee9d3066b46bedfbee743ed9 | |
parent | 823a08e0d8272e8d48584eecc2d8dc57bdb98a6e (diff) | |
download | yosys-ccc83d99bafc74f7ec62111bf61d962ca0a0771d.tar.gz yosys-ccc83d99bafc74f7ec62111bf61d962ca0a0771d.tar.bz2 yosys-ccc83d99bafc74f7ec62111bf61d962ca0a0771d.zip |
Bump version
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+932 +YOSYS_VER := 0.9+1706 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |