changed version number

This commit is contained in:
celso 2022-11-22 03:22:31 -03:00
parent 3328ec3204
commit 5135fd7895
1 changed files with 1 additions and 1 deletions

View File

@ -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"