aboutsummaryrefslogtreecommitdiffstats
path: root/cputemp2maxfreq.c
diff options
context:
space:
mode:
authorPA4WDH2023-05-21 11:08:14 +0200
committerPA4WDH2023-05-21 11:08:14 +0200
commit07a65f52a767da72845eafba22a9e44798409b6f (patch)
treed2e968f90ae7fcd78bfb6a2fb060bf6e1ba81c3e /cputemp2maxfreq.c
parentImprove error handling (diff)
downloadcputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.tar.gz
cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.tar.bz2
cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.zip
Improve automatic versioning
Diffstat (limited to 'cputemp2maxfreq.c')
-rw-r--r--cputemp2maxfreq.c2
1 files changed, 1 insertions, 1 deletions
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");