diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-05-08 00:16:45 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-05-08 00:16:45 +0000 |
commit | 9c69e9f8a60180f61e4ca8de9887e98e231dc043 (patch) | |
tree | 9dc96b402b6bf352ea0d7beca670173ace4132e8 | |
parent | 77b1dfd8c3441d7552491c8e12eebcf4b369b52d (diff) | |
download | yosys-9c69e9f8a60180f61e4ca8de9887e98e231dc043.tar.gz yosys-9c69e9f8a60180f61e4ca8de9887e98e231dc043.tar.bz2 yosys-9c69e9f8a60180f61e4ca8de9887e98e231dc043.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.16+71 +YOSYS_VER := 0.16+73 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |