From 2d4ba7fdc16e37db63a80e4961289b8b129191ba Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 11:57:07 -0500 Subject: new --version --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3aa4117..2bc55ef 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ VERSION = $(shell git describe --tags) -GUIVERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d) +BUILDTIME = $(shell date +%s) all: block.pb.go verbose # -fixup --gui-check-plugin ../../../toolkits/gocui/gocui.so -- cgit v1.2.3