diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-10 00:55:14 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-10 00:55:14 +0000 |
commit | 1d61a911b7a47a557796b48ca920e40c903071f8 (patch) | |
tree | 70e9b76546265437fd2246b6cd2532f38fa4e674 /Makefile | |
parent | 96b6410dcb7a82e7be8d4a2025835936f2ca84a7 (diff) | |
download | yosys-1d61a911b7a47a557796b48ca920e40c903071f8.tar.gz yosys-1d61a911b7a47a557796b48ca920e40c903071f8.tar.bz2 yosys-1d61a911b7a47a557796b48ca920e40c903071f8.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+4292 +YOSYS_VER := 0.9+4296 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |