Skip to content

Commit c2291c1

Browse files
Bump version
1 parent 201c400 commit c2291c1

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
@@ -159,7 +159,7 @@ ifeq ($(OS), Haiku)
159159
CXXFLAGS += -D_DEFAULT_SOURCE
160160
endif
161161

162-
YOSYS_VER := 0.57+30
162+
YOSYS_VER := 0.57+52
163163
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
164164
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
165165
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)

0 commit comments

Comments
 (0)