Skip to content

Commit 04135ba

Browse files
Bump version
1 parent d93039a commit 04135ba

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
@@ -161,7 +161,7 @@ ifeq ($(OS), Haiku)
161161
CXXFLAGS += -D_DEFAULT_SOURCE
162162
endif
163163

164-
YOSYS_VER := 0.59+9
164+
YOSYS_VER := 0.59+30
165165
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
166166
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
167167
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)

0 commit comments

Comments
 (0)