diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-17 00:13:12 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-03-17 00:13:12 +0000 |
commit | e1d4863a19150d6e50b3c4d6725a7f867c68d46a (patch) | |
tree | 90482b27713a452a37dc2c24f5a3a1cf6539dc74 /Makefile | |
parent | e217e3017af101bfe43d44c2e3afda3d5c2e0832 (diff) | |
download | yosys-e1d4863a19150d6e50b3c4d6725a7f867c68d46a.tar.gz yosys-e1d4863a19150d6e50b3c4d6725a7f867c68d46a.tar.bz2 yosys-e1d4863a19150d6e50b3c4d6725a7f867c68d46a.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.15+38 +YOSYS_VER := 0.15+40 GIT_REV := $(shell git -C $(YOSYS_SRC) rev-parse --short HEAD 2> /dev/null || echo UNKNOWN) OBJS = kernel/version_$(GIT_REV).o |