diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-05 00:51:08 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-05 00:51:08 +0000 |
commit | 2e421feb0ea526468493ab008f3c72beb12c2bc6 (patch) | |
tree | fd082780ea60dc13dd59eeed1629c48e2b3eab9c | |
parent | 63f9e0544fcb793dcc47b9c5a6d8b0e46d84a225 (diff) | |
download | yosys-2e421feb0ea526468493ab008f3c72beb12c2bc6.tar.gz yosys-2e421feb0ea526468493ab008f3c72beb12c2bc6.tar.bz2 yosys-2e421feb0ea526468493ab008f3c72beb12c2bc6.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+4243 +YOSYS_VER := 0.9+4245 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |