From 7f8cdac6fad06a548997f9bb1fbdc6507836efb0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 31 Dec 2024 13:24:48 -0600 Subject: stub in a show git refs() function --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4cc1786..f017f12 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = $(shell git describe --tags) GUIVERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%s) +BUILDTIME = $(shell date +%Y.%m.%d_%H%M) all: build -- cgit v1.2.3