diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-15 01:09:43 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-15 01:09:43 +0000 |
commit | 66914b6eb3eba08d70bc847d3351d7d14eeb0ef7 (patch) | |
tree | f5c2527e097f9a469a3f1bcc7681d813db119405 | |
parent | 19b7633aca6335bfdf79ab1fd71f99060f6e04ca (diff) | |
download | yosys-66914b6eb3eba08d70bc847d3351d7d14eeb0ef7.tar.gz yosys-66914b6eb3eba08d70bc847d3351d7d14eeb0ef7.tar.bz2 yosys-66914b6eb3eba08d70bc847d3351d7d14eeb0ef7.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.15+31 +YOSYS_VER := 0.15+38 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |