diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-19 00:52:56 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-19 00:52:56 +0000 |
commit | 3931b3a03f65965daca20b1228d8882192e74650 (patch) | |
tree | 978820ab759b9ffe0e3385989d93f94ec1da247f | |
parent | e6766b950c4b13fc7859c75011d949d5d996d653 (diff) | |
download | yosys-3931b3a03f65965daca20b1228d8882192e74650.tar.gz yosys-3931b3a03f65965daca20b1228d8882192e74650.tar.bz2 yosys-3931b3a03f65965daca20b1228d8882192e74650.zip |
Bump version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+4303 +YOSYS_VER := 0.9+4306 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |