Next dev cycle

This commit is contained in:
Miodrag Milanovic 2026-03-04 08:45:13 +01:00
parent 70a11c6bf0
commit 228052bfb3
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.63 .. Yosys 0.64-dev
--------------------------
Yosys 0.62 .. Yosys 0.63
--------------------------
* Various

View File

@ -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