diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-22 00:10:05 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-22 00:10:05 +0000 |
commit | 54294957ed15d954c69c2722028209077cf91cfe (patch) | |
tree | fcd4d41ba3c85bfe2c25328e17390d5ffa80f457 | |
parent | 1f88a3de74eae3896e39795fd5a12d885ab29a93 (diff) | |
download | yosys-54294957ed15d954c69c2722028209077cf91cfe.tar.gz yosys-54294957ed15d954c69c2722028209077cf91cfe.tar.bz2 yosys-54294957ed15d954c69c2722028209077cf91cfe.zip |
Bump version
-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+3852 +YOSYS_VER := 0.9+3855 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |