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