From adf8b6b0d88aff391255888a48501d8a9a696031 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 13 Feb 2026 14:22:10 +0100 Subject: [PATCH] Add +post to version if from tarbal --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4c37bfb8d..78066b2e0 100644 --- a/Makefile +++ b/Makefile @@ -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