Add +post to version if from tarbal

This commit is contained in:
Miodrag Milanovic 2026-02-13 14:22:10 +01:00
parent c7d88ded94
commit adf8b6b0d8
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ ifneq (, $(shell git rev-parse --git-dir 2>/dev/null))
ifneq ($(GIT_COMMIT_COUNT),0)
YOSYS_VER := $(YOSYS_VER)+$(GIT_COMMIT_COUNT)
endif
else
YOSYS_VER := $(YOSYS_VER)+post
endif
endif