diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-12 00:49:51 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-12 00:49:51 +0000 |
commit | bfcd08a323044e1856ca971ba942bd36ee979f8e (patch) | |
tree | 2eaeff44324aaec5d42332b822655624c32b5292 | |
parent | b98376884e559330a0de191fadb098eadfe3fe0c (diff) | |
download | yosys-bfcd08a323044e1856ca971ba942bd36ee979f8e.tar.gz yosys-bfcd08a323044e1856ca971ba942bd36ee979f8e.tar.bz2 yosys-bfcd08a323044e1856ca971ba942bd36ee979f8e.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+4254 +YOSYS_VER := 0.9+4259 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |