diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-08-13 00:10:08 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-08-13 00:10:08 +0000 |
commit | f61d62a7bc1d1acb6330106b6a1b8556a9098186 (patch) | |
tree | e5369dc7ebbaaba879525a6477e1212c61426e8f /Makefile | |
parent | a74a43d85d5dd078d3cf7f1a0ab725dc90e3e456 (diff) | |
download | yosys-f61d62a7bc1d1acb6330106b6a1b8556a9098186.tar.gz yosys-f61d62a7bc1d1acb6330106b6a1b8556a9098186.tar.bz2 yosys-f61d62a7bc1d1acb6330106b6a1b8556a9098186.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+3470 +YOSYS_VER := 0.9+3475 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |