diff options
author | PA4WDH | 2023-05-21 10:36:23 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-21 10:36:23 +0200 |
commit | f00edf85c4e447ca602f305d2a4fa395e62f1360 (patch) | |
tree | 2d5ee49de6e26788faaea96bb184bc8eee613b1d /cputemp2maxfreq.c | |
parent | Add automatic versioning (diff) | |
download | cputemp2maxfreq-f00edf85c4e447ca602f305d2a4fa395e62f1360.tar.gz cputemp2maxfreq-f00edf85c4e447ca602f305d2a4fa395e62f1360.tar.bz2 cputemp2maxfreq-f00edf85c4e447ca602f305d2a4fa395e62f1360.zip |
Remove buildtime from version.h, add branch
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 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"); |