1
0
mirror of synced 2026-03-28 19:12:08 +00:00

Bump version

This commit is contained in:
github-actions[bot]
2025-11-18 00:24:34 +00:00
parent b8012086a3
commit 9aa2dde7ef

View File

@@ -161,7 +161,7 @@ ifeq ($(OS), Haiku)
CXXFLAGS += -D_DEFAULT_SOURCE
endif
YOSYS_VER := 0.59+54
YOSYS_VER := 0.59+62
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)