diff options
author | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-02 00:10:04 +0000 |
---|---|---|
committer | Yosys Bot <yosys-bot@symbioticeda.com> | 2021-01-02 00:10:04 +0000 |
commit | b72c29465392c8d260ddf55def169438f7fb64b2 (patch) | |
tree | 8a4af731eac1e1a0aff0a9c617431dda7f69be11 | |
parent | b0d4c63957713f46252f3b243890953e4764ca85 (diff) | |
download | yosys-b72c29465392c8d260ddf55def169438f7fb64b2.tar.gz yosys-b72c29465392c8d260ddf55def169438f7fb64b2.tar.bz2 yosys-b72c29465392c8d260ddf55def169438f7fb64b2.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+3819 +YOSYS_VER := 0.9+3830 GIT_REV := $(shell cd $(YOSYS_SRC) && git rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |