diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-01-27 00:56:19 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-01-27 00:56:19 +0000 |
commit | 84f0df1c9590572f339b62c8210837f01a024c76 (patch) | |
tree | 74f13a932ab9973c3036d86625e6280174f081f0 /Makefile | |
parent | 76f7b030ae929ce2388a3cbadea935ca2a31f3df (diff) | |
download | yosys-84f0df1c9590572f339b62c8210837f01a024c76.tar.gz yosys-84f0df1c9590572f339b62c8210837f01a024c76.tar.bz2 yosys-84f0df1c9590572f339b62c8210837f01a024c76.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.13+15 +YOSYS_VER := 0.13+17 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |