From f00edf85c4e447ca602f305d2a4fa395e62f1360 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sun, 21 May 2023 10:36:23 +0200 Subject: Remove buildtime from version.h, add branch --- cputemp2maxfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cputemp2maxfreq.c') diff --git a/cputemp2maxfreq.c b/cputemp2maxfreq.c index 4374ea4..ee983ca 100644 --- a/cputemp2maxfreq.c +++ b/cputemp2maxfreq.c @@ -18,7 +18,7 @@ int main() long int diff; long int newfreq; - printf("Version %s, buildtime %s\n",VERSION_FULL,BUILDTIME); + printf("Version %s, buildtime %s %s\n",VERSION_FULL,__DATE__,__TIME__); // Print configuration printf("Configuration:\n"); -- cgit v1.2.3