diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-17 00:49:33 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-17 00:49:33 +0000 |
commit | e6dd4db0afa230fd382e9789d9aaf9c3b536b50c (patch) | |
tree | 1458dfc7c04a2a44edbda872bd28ee1f5238336b /Makefile | |
parent | 10f8b75dca82ad9aa665e1e4b599bda9258b831d (diff) | |
download | yosys-e6dd4db0afa230fd382e9789d9aaf9c3b536b50c.tar.gz yosys-e6dd4db0afa230fd382e9789d9aaf9c3b536b50c.tar.bz2 yosys-e6dd4db0afa230fd382e9789d9aaf9c3b536b50c.zip |
Bump version
Diffstat (limited to 'Makefile')
-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+4272 +YOSYS_VER := 0.9+4274 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |