diff options
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"); |