diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-09 00:55:26 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-09 00:55:26 +0000 |
commit | cdb57118758f855518ad416d12728d72bff58c10 (patch) | |
tree | 248fc924d39adcc12fd412063a2ab1d39739f49f | |
parent | 1184a7f3b41f9044b603406c914bf43ab1808b28 (diff) | |
download | yosys-cdb57118758f855518ad416d12728d72bff58c10.tar.gz yosys-cdb57118758f855518ad416d12728d72bff58c10.tar.bz2 yosys-cdb57118758f855518ad416d12728d72bff58c10.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.12+1 +YOSYS_VER := 0.12+3 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |