Skip to content

Commit a265b23

Browse files
Bump version
1 parent dbb977a commit a265b23

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.56+101
162+
YOSYS_VER := 0.56+105
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)