diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-12-04 00:10:06 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-12-04 00:10:06 +0000 |
commit | 95c60866813e520da48c628d4f98a2fe2cb4db25 (patch) | |
tree | 69e0497bf53ed2cf783fba93f92dac010cef5582 | |
parent | 13a270555be2965b7204872ca60e030b6573accc (diff) | |
download | yosys-95c60866813e520da48c628d4f98a2fe2cb4db25.tar.gz yosys-95c60866813e520da48c628d4f98a2fe2cb4db25.tar.bz2 yosys-95c60866813e520da48c628d4f98a2fe2cb4db25.zip |
Bump version
-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+3743 +YOSYS_VER := 0.9+3746 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |