diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-02 00:54:50 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-02 00:54:50 +0000 |
commit | 2be110cb0ba645f95f62ee01b6a6fa46a85d5b26 (patch) | |
tree | 9ea9648fd05fbb528b36ce044e2f1afbe33e8aaa /Makefile | |
parent | 4792d925fc89020f0ab4052bd007a0b5a426bf13 (diff) | |
download | yosys-2be110cb0ba645f95f62ee01b6a6fa46a85d5b26.tar.gz yosys-2be110cb0ba645f95f62ee01b6a6fa46a85d5b26.tar.bz2 yosys-2be110cb0ba645f95f62ee01b6a6fa46a85d5b26.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ LDFLAGS += -rdynamic LDLIBS += -lrt endif -YOSYS_VER := 0.11+50 +YOSYS_VER := 0.11+52 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |