diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-01 00:55:51 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-01 00:55:51 +0000 |
commit | fe9da25c4030828d04fd38a1d1150d12e8fb4f51 (patch) | |
tree | a0896e3ef9c38fc162c2e1ab9c1563dafedff638 | |
parent | b2e9717419e9a852f4e64f12891b8e9742900917 (diff) | |
download | yosys-fe9da25c4030828d04fd38a1d1150d12e8fb4f51.tar.gz yosys-fe9da25c4030828d04fd38a1d1150d12e8fb4f51.tar.bz2 yosys-fe9da25c4030828d04fd38a1d1150d12e8fb4f51.zip |
Bump version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.9+4288 +YOSYS_VER := 0.9+4290 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |