diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-10 01:11:52 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-10 01:11:52 +0000 |
commit | eb8c61f033fca5c0148d7ede41b8e36fe751a234 (patch) | |
tree | 765a62806edb54081d54cf65f9726930e17628be | |
parent | 9f7a55c99ff179e503397b5c9929de7ca97fd793 (diff) | |
download | yosys-eb8c61f033fca5c0148d7ede41b8e36fe751a234.tar.gz yosys-eb8c61f033fca5c0148d7ede41b8e36fe751a234.tar.bz2 yosys-eb8c61f033fca5c0148d7ede41b8e36fe751a234.zip |
Bump version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.15+7 +YOSYS_VER := 0.15+11 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |