diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-02-03 00:54:22 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-02-03 00:54:22 +0000 |
commit | 675a7bd22c38451e5965b02100edeabb342971bf (patch) | |
tree | 9f1e0367ab6e822bc5e01b740e713f177ebe303e | |
parent | 2d98fe870c1803ccf8d507119bc1f7ab4054d6ab (diff) | |
download | yosys-675a7bd22c38451e5965b02100edeabb342971bf.tar.gz yosys-675a7bd22c38451e5965b02100edeabb342971bf.tar.bz2 yosys-675a7bd22c38451e5965b02100edeabb342971bf.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.13+28 +YOSYS_VER := 0.13+37 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |