changed version number
This commit is contained in:
parent
3328ec3204
commit
5135fd7895
|
@ -2,7 +2,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#define VERSION "1.0"
|
#define VERSION "1.1"
|
||||||
#define POLLING_TIME 1
|
#define POLLING_TIME 1
|
||||||
#define THREADS 4 /* TODO: automatically figure out how many threads host system has */
|
#define THREADS 4 /* TODO: automatically figure out how many threads host system has */
|
||||||
#define FREQS "/sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies"
|
#define FREQS "/sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies"
|
||||||
|
|
Loading…
Reference in New Issue