3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-15 16:54:12 +00:00

Release version 0.64

This commit is contained in:
Miodrag Milanovic 2026-04-08 16:54:50 +02:00
parent f7b19774b7
commit 6d2c445aeb
3 changed files with 10 additions and 4 deletions

View file

@ -161,7 +161,7 @@ ifeq ($(OS), Haiku)
CXXFLAGS += -D_DEFAULT_SOURCE
endif
YOSYS_VER := 0.63
YOSYS_VER := 0.64
ifneq (, $(shell command -v git 2>/dev/null))
ifneq (, $(shell git rev-parse --git-dir 2>/dev/null))
@ -170,7 +170,7 @@ ifneq (, $(shell git rev-parse --git-dir 2>/dev/null))
YOSYS_VER := $(YOSYS_VER)+$(GIT_COMMIT_COUNT)
endif
else
YOSYS_VER := $(YOSYS_VER)+post
# YOSYS_VER := $(YOSYS_VER)+post
endif
endif