diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-22 00:54:54 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-22 00:54:54 +0000 |
commit | 9432400ec8e24646a2a7a789574a20d038fef79a (patch) | |
tree | 71c9211a00fb791a383ef5e7199aa8f284e70cf1 /Makefile | |
parent | d6fe6d4fb62be3bb5ec876f1f56356d757b65a41 (diff) | |
download | yosys-9432400ec8e24646a2a7a789574a20d038fef79a.tar.gz yosys-9432400ec8e24646a2a7a789574a20d038fef79a.tar.bz2 yosys-9432400ec8e24646a2a7a789574a20d038fef79a.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+4306 +YOSYS_VER := 0.9+4309 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |