diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-02-06 00:10:05 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-02-06 00:10:05 +0000 |
commit | 2f64f96129e09b2efb02d741839549c472fd350a (patch) | |
tree | 3cb5c61c2bd748f588d014b0ea927c2eacf27174 /Makefile | |
parent | 3d9898272a5afd60f6080603bf065056d9dca000 (diff) | |
download | yosys-2f64f96129e09b2efb02d741839549c472fd350a.tar.gz yosys-2f64f96129e09b2efb02d741839549c472fd350a.tar.bz2 yosys-2f64f96129e09b2efb02d741839549c472fd350a.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+3888 +YOSYS_VER := 0.9+3891 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |