Skip to content

Commit f602248

Browse files
Bump version
1 parent c261da4 commit f602248

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.51+162
162+
YOSYS_VER := 0.51+166
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)