Skip to content

Commit b9dc578

Browse files
Bump version
1 parent d60dc93 commit b9dc578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ ifeq ($(OS), Haiku)
164164
CXXFLAGS += -D_DEFAULT_SOURCE
165165
endif
166166

167-
YOSYS_VER := 0.57+153
167+
YOSYS_VER := 0.57+157
168168
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
169169
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
170170
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)

0 commit comments

Comments
 (0)