diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-31 00:50:30 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-31 00:50:30 +0000 |
commit | 12db9b4273cf2725f361c5fc56f768ad694f9650 (patch) | |
tree | 05a9a93547a1f064c181c6b539323fb9a25dd6c6 | |
parent | c4a295cb8d74225f70cc6c71ba0d6b56fb2d92eb (diff) | |
download | yosys-12db9b4273cf2725f361c5fc56f768ad694f9650.tar.gz yosys-12db9b4273cf2725f361c5fc56f768ad694f9650.tar.bz2 yosys-12db9b4273cf2725f361c5fc56f768ad694f9650.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+4231 +YOSYS_VER := 0.9+4236 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |