diff --git a/CHANGELOG b/CHANGELOG index f8697205d..01faf44c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ List of major changes and improvements between releases ======================================================= +Yosys 0.65 .. Yosys 0.66-dev +-------------------------- + Yosys 0.64 .. Yosys 0.65 -------------------------- * New commands and options diff --git a/Makefile b/Makefile index 5ed3dc5dd..4af083df4 100644 --- a/Makefile +++ b/Makefile @@ -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