diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-02-12 01:01:05 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-02-12 01:01:05 +0000 |
commit | 1772a1e98eb7c659d070d62ff745c506cbd41f8b (patch) | |
tree | dc1e408fa7821e2e94cd1c4bcaccdf31df49eda8 | |
parent | 15eb66b99dc40901895d4e4a512d3c49dde3a9b4 (diff) | |
download | yosys-1772a1e98eb7c659d070d62ff745c506cbd41f8b.tar.gz yosys-1772a1e98eb7c659d070d62ff745c506cbd41f8b.tar.bz2 yosys-1772a1e98eb7c659d070d62ff745c506cbd41f8b.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+6 +YOSYS_VER := 0.14+34 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |