diff options
author | PA4WDH | 2023-05-21 11:08:14 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-21 11:08:14 +0200 |
commit | 07a65f52a767da72845eafba22a9e44798409b6f (patch) | |
tree | d2e968f90ae7fcd78bfb6a2fb060bf6e1ba81c3e /cputemp2maxfreq.c | |
parent | Improve error handling (diff) | |
download | cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.tar.gz cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.tar.bz2 cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.zip |
Improve automatic versioning
Diffstat (limited to 'cputemp2maxfreq.c')
-rw-r--r-- | cputemp2maxfreq.c | 2 |
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"); |