From 07a65f52a767da72845eafba22a9e44798409b6f Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sun, 21 May 2023 11:08:14 +0200 Subject: Improve automatic versioning --- cputemp2maxfreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cputemp2maxfreq.c') diff --git a/cputemp2maxfreq.c b/cputemp2maxfreq.c index 00d8f4f..20a3046 100644 --- a/cputemp2maxfreq.c +++ b/cputemp2maxfreq.c @@ -26,7 +26,7 @@ int main() long int diff; long int newfreq; - printf("Version %s, buildtime %s %s\n",VERSION_FULL,__DATE__,__TIME__); + printf("Version %s, buildtime %s %s\n",version(),__DATE__,__TIME__); // Print configuration printf("Configuration:\n"); -- cgit v1.2.3