diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-11-25 00:10:05 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-11-25 00:10:05 +0000 |
commit | 88c47a380bdd62b633b11d1e763e7bcfd54ef423 (patch) | |
tree | adafc5b4666e3df153fc32a79a8e06d2a06bad4c | |
parent | bc085761e688f11c2a28ce0f1aada9847decf51b (diff) | |
download | yosys-88c47a380bdd62b633b11d1e763e7bcfd54ef423.tar.gz yosys-88c47a380bdd62b633b11d1e763e7bcfd54ef423.tar.bz2 yosys-88c47a380bdd62b633b11d1e763e7bcfd54ef423.zip |
Bump version
-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+3686 +YOSYS_VER := 0.9+3696 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |