Skip to content

Commit 93dca50

Browse files
Bump version
1 parent 13a2481 commit 93dca50

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+157
167+
YOSYS_VER := 0.57+178
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)