diff --git a/src/homemade_speedstep.c b/src/homemade_speedstep.c index b2ccf2f..06c20ef 100644 --- a/src/homemade_speedstep.c +++ b/src/homemade_speedstep.c @@ -2,7 +2,7 @@ #include #include -#define VERSION "1.0" +#define VERSION "1.1" #define POLLING_TIME 1 #define THREADS 4 /* TODO: automatically figure out how many threads host system has */ #define FREQS "/sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies"