diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-26 00:52:41 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-26 00:52:41 +0000 |
commit | 707d98b06c8d2ad196ba64afbbb3bf5af475c75b (patch) | |
tree | b06115c059e6af4911afc11091be689d1fd70ae0 | |
parent | a31c8a82be4ec98dbe58ce7efdde3a372b9767e0 (diff) | |
download | yosys-707d98b06c8d2ad196ba64afbbb3bf5af475c75b.tar.gz yosys-707d98b06c8d2ad196ba64afbbb3bf5af475c75b.tar.bz2 yosys-707d98b06c8d2ad196ba64afbbb3bf5af475c75b.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.11+47 +YOSYS_VER := 0.11+50 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |