diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-15 00:10:05 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-15 00:10:05 +0000 |
commit | 339848b954491e6bb63a3062c60f840730123436 (patch) | |
tree | 6adaca7b246ffc931164b2eafa1ea24cd3ac50c6 /Makefile | |
parent | 01626e6746e85832d5b75785b9e45f39ff8eb299 (diff) | |
download | yosys-339848b954491e6bb63a3062c60f840730123436.tar.gz yosys-339848b954491e6bb63a3062c60f840730123436.tar.bz2 yosys-339848b954491e6bb63a3062c60f840730123436.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+3836 +YOSYS_VER := 0.9+3838 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |