diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-30 00:49:03 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-30 00:49:03 +0000 |
commit | 1dbf91a8ef3109d6573ae64fc3fd08aedc0a690d (patch) | |
tree | 979248a4928ea7cd00c6ee89aff06b50d9c03a99 /Makefile | |
parent | 6de500ec08fefe8626033c996fa5c4c1deb7e210 (diff) | |
download | yosys-1dbf91a8ef3109d6573ae64fc3fd08aedc0a690d.tar.gz yosys-1dbf91a8ef3109d6573ae64fc3fd08aedc0a690d.tar.bz2 yosys-1dbf91a8ef3109d6573ae64fc3fd08aedc0a690d.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+4284 +YOSYS_VER := 0.9+4286 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |