diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-14 00:56:06 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-14 00:56:06 +0000 |
commit | c88eaea6e02337409c13237d81834972d0851d01 (patch) | |
tree | 54d359d1b7e2731a9f72b07a2045cd6d2204618c /Makefile | |
parent | 551ef85cd74c0d984322990b462a7835c7023dc1 (diff) | |
download | yosys-c88eaea6e02337409c13237d81834972d0851d01.tar.gz yosys-c88eaea6e02337409c13237d81834972d0851d01.tar.bz2 yosys-c88eaea6e02337409c13237d81834972d0851d01.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+4300 +YOSYS_VER := 0.9+4303 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |