From 308b7a0a9ebe0a08487aa944e9550a457071354f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 11:26:56 -0500 Subject: new --version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24368a6..43474bc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d) +BUILDTIME = $(shell date +%s) all: install -- cgit v1.2.3