diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-04-19 00:14:02 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-04-19 00:14:02 +0000 |
commit | 29c0a595892f36ca8755386c448105f8e2f499d6 (patch) | |
tree | 2b97c58e1c2001ab0ef47e6b4b40dbb85ed44a87 | |
parent | c3a3f68b4de5487d5b16b99972f76e48d4bf48b7 (diff) | |
download | yosys-29c0a595892f36ca8755386c448105f8e2f499d6.tar.gz yosys-29c0a595892f36ca8755386c448105f8e2f499d6.tar.bz2 yosys-29c0a595892f36ca8755386c448105f8e2f499d6.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.16+34 +YOSYS_VER := 0.16+41 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |