diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-14 00:10:05 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-14 00:10:05 +0000 |
commit | 7cd044bbc4cc4b63302363f77d913403957fdcd3 (patch) | |
tree | fb2e3fbf03867c5d2c7e267d36836858d519acd5 /Makefile | |
parent | 0927675147b422b2d41b90a352fb73bc19fa83de (diff) | |
download | yosys-7cd044bbc4cc4b63302363f77d913403957fdcd3.tar.gz yosys-7cd044bbc4cc4b63302363f77d913403957fdcd3.tar.bz2 yosys-7cd044bbc4cc4b63302363f77d913403957fdcd3.zip |
Bump version
Diffstat (limited to 'Makefile')
-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+3833 +YOSYS_VER := 0.9+3836 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |