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