diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-02-13 01:02:04 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-02-13 01:02:04 +0000 |
commit | 59738c09beb3ba43a693b77eb4545122a99df7d2 (patch) | |
tree | 11aa22f22901bc3f7a7df2a30c82a3781295802e | |
parent | 3a62fa0c97446f0b904f57751c0325e84c9ff3ab (diff) | |
download | yosys-59738c09beb3ba43a693b77eb4545122a99df7d2.tar.gz yosys-59738c09beb3ba43a693b77eb4545122a99df7d2.tar.bz2 yosys-59738c09beb3ba43a693b77eb4545122a99df7d2.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+34 +YOSYS_VER := 0.14+36 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |