use YY.MM.DD as default version string

This commit is contained in:
Lance Vick 2023-02-10 16:37:22 -08:00
parent 99c9bd4f79
commit 4a4d61f1b7
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -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