diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-25 00:10:07 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-25 00:10:07 +0000 |
commit | 410ea422429aa31e5b5af7628d6126a3d3884512 (patch) | |
tree | b2c7cdaceee6252a6fbd2ef9006ac99598778c6e /Makefile | |
parent | 2257a9a721cc86d298d73c17f2564a6a7379232e (diff) | |
download | yosys-410ea422429aa31e5b5af7628d6126a3d3884512.tar.gz yosys-410ea422429aa31e5b5af7628d6126a3d3884512.tar.bz2 yosys-410ea422429aa31e5b5af7628d6126a3d3884512.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+3855 +YOSYS_VER := 0.9+3858 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |