diff --git a/include/reHDD.h b/include/reHDD.h index 6d69e48..b23d0eb 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -8,7 +8,7 @@ #ifndef REHDD_H_ #define REHDD_H_ -#define REHDD_VERSION "bV1.1.0" +#define REHDD_VERSION "V1.1.1" // Drive handling Settings #define WORSE_HOURS 19200 //mark drive if at this limit or beyond @@ -20,9 +20,9 @@ // Logger Settings #define LOG_PATH "./reHDD.log" -#define DESCRIPTION "reHDD - Copyright Hendrik Schutter 2022" +#define DESCRIPTION "reHDD - Copyright Hendrik Schutter 2024" #define DEVICE_ID "generic" -#define SOFTWARE_VERSION "alpha" +#define SOFTWARE_VERSION REHDD_VERSION #define HARDWARE_VERSION "generic" //#define LOG_LEVEL_HIGH //log everything, like drive scan thread @@ -31,7 +31,7 @@ #endif // Logic -#define DRYRUN //don´t touch the drives +//#define DRYRUN //don´t touch the drives #define FROZEN_ALERT //show alert if drive is frozen #define ZERO_CHECK //check drive after shred if all bytes are zero, show alert if this fails