From c710e407664a5d18786e60e58e4e6edebb9315d8 Mon Sep 17 00:00:00 2001 From: Philip Su Date: Wed, 31 Jan 2024 11:42:24 -0800 Subject: [PATCH] keep v prefix for seid version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b577b3f0f4..eb1dd41a4b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//') +VERSION := $(shell echo $(shell git describe --tags)) COMMIT := $(shell git log -1 --format='%H') BUILDDIR ?= $(CURDIR)/build