diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-11-08 00:10:06 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2020-11-08 00:10:06 +0000 |
commit | 014c7e26b85000e99a27d2287a6967daa64d7a30 (patch) | |
tree | 3080615cfe28e53befa2cbf62f5b08221bb3efb4 /Makefile | |
parent | 630be7e11a5ea2a932e72caec4e944cb2e9c3fd3 (diff) | |
download | yosys-014c7e26b85000e99a27d2287a6967daa64d7a30.tar.gz yosys-014c7e26b85000e99a27d2287a6967daa64d7a30.tar.bz2 yosys-014c7e26b85000e99a27d2287a6967daa64d7a30.zip |
Bump version
Diffstat (limited to 'Makefile')
-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+3667 +YOSYS_VER := 0.9+3672 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |