diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-26 00:13:30 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-26 00:13:30 +0000 |
commit | 207417617deb7c23ad3ce3fef36230cd32f24903 (patch) | |
tree | 5764abc6d83145b48023edbbbc1a89c03b6b34af | |
parent | 349c0ff0a7349a05fbb4381ba5b5ebb16b92261c (diff) | |
download | yosys-207417617deb7c23ad3ce3fef36230cd32f24903.tar.gz yosys-207417617deb7c23ad3ce3fef36230cd32f24903.tar.bz2 yosys-207417617deb7c23ad3ce3fef36230cd32f24903.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+53 +YOSYS_VER := 0.15+57 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |