From 4a4d61f1b7f126310e618b1fb5fe3ae9aad7f592 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Fri, 10 Feb 2023 16:37:22 -0800 Subject: [PATCH] use YY.MM.DD as default version string --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf8350b..6cfc0a7 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ifeq ($(strip $(shell git status --porcelain 2>/dev/null)),) else GIT_STATE=dirty endif -VERSION := $(shell TZ=UTC0 git show --quiet --date='format-local:%Y%m%dT%H%M%SZ' --format="%cd") +VERSION := $(shell TZ=UTC0 git show --quiet --date='format-local:%Y.%m.%d' --format="%cd") DIST_DIR := dist CONFIG_DIR := config CACHE_DIR_ROOT := cache