diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-01-05 01:00:24 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-01-05 01:00:24 +0000 |
commit | 59a71503448401d2476cf0872808e0a99c3a4d81 (patch) | |
tree | f41734adc42a0c35449e6c8dec69f4fc0844f398 | |
parent | 66447e8fafa53396510b9a2c789fef6e5df0d6ac (diff) | |
download | yosys-59a71503448401d2476cf0872808e0a99c3a4d81.tar.gz yosys-59a71503448401d2476cf0872808e0a99c3a4d81.tar.bz2 yosys-59a71503448401d2476cf0872808e0a99c3a4d81.zip |
Bump version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.12+50 +YOSYS_VER := 0.12+54 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |