diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-10-05 00:53:24 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-10-05 00:53:24 +0000 |
commit | 356ec7bb3980f77d737d9fa6e24e2f0b2159e741 (patch) | |
tree | 963a1f722ce7329698898eb240908e204bdeb087 | |
parent | abc5700628cff4fc9334e28fbaccc35c75dfa990 (diff) | |
download | yosys-356ec7bb3980f77d737d9fa6e24e2f0b2159e741.tar.gz yosys-356ec7bb3980f77d737d9fa6e24e2f0b2159e741.tar.bz2 yosys-356ec7bb3980f77d737d9fa6e24e2f0b2159e741.zip |
Bump version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.10+10 +YOSYS_VER := 0.10+12 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |