diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-19 01:00:40 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-19 01:00:40 +0000 |
commit | f599c148c570910195d7181037033d9d3e5238a3 (patch) | |
tree | 046c55c062c94fbc9106d0a7c20ae02000c0d711 /Makefile | |
parent | 7608985d2c6237b869a4774c6b1659282e7473ad (diff) | |
download | yosys-f599c148c570910195d7181037033d9d3e5238a3.tar.gz yosys-f599c148c570910195d7181037033d9d3e5238a3.tar.bz2 yosys-f599c148c570910195d7181037033d9d3e5238a3.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.12+36 +YOSYS_VER := 0.12+38 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |