diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-14 00:46:42 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-14 00:46:42 +0000 |
commit | 539d4ee90767a839b1c3689dedb6c161b652410f (patch) | |
tree | f5e75ef0c7ab58837a83f63eb67d50aaa726992f | |
parent | ee2b5b7ed186414897a8a570a9e503c438803ad8 (diff) | |
download | yosys-539d4ee90767a839b1c3689dedb6c161b652410f.tar.gz yosys-539d4ee90767a839b1c3689dedb6c161b652410f.tar.bz2 yosys-539d4ee90767a839b1c3689dedb6c161b652410f.zip |
Bump version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+4261 +YOSYS_VER := 0.9+4270 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |