index
:
cputemp2maxfreq
master
Daemon to scale scale_max_freq down as CPU temperature rises
nobody
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
version.c
blob: d4f10ec853b9fc64a52d1a1138d2b5c80b8276ec (
plain
)
1
2
3
4
5
6
7
#include
"version.h"
char
*
version
()
{
return
VERSION_FULL
;
}