diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-03 01:08:21 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-03 01:08:21 +0000 |
commit | e768f7552cf821eb06fef0c0a980605f99b8bc3b (patch) | |
tree | c80b0256c329b23022c24a236a13ba3daeba044d | |
parent | 3818e1160dae272b56692a86b6b0b55159a359a8 (diff) | |
download | yosys-e768f7552cf821eb06fef0c0a980605f99b8bc3b.tar.gz yosys-e768f7552cf821eb06fef0c0a980605f99b8bc3b.tar.bz2 yosys-e768f7552cf821eb06fef0c0a980605f99b8bc3b.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.14+65 +YOSYS_VER := 0.14+67 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |