diff --git a/src_main/piversion.h b/src_main/piversion.h index 96fb7f0f..678beae6 100644 --- a/src_main/piversion.h +++ b/src_main/piversion.h @@ -4,7 +4,7 @@ #define PIP_VERSION_MAJOR 1 #define PIP_VERSION_MINOR 9 -#define PIP_VERSION_REVISION 1 -#define PIP_VERSION_SUFFIX "_beta" +#define PIP_VERSION_REVISION 2 +#define PIP_VERSION_SUFFIX "" #endif // PIVERSION_H diff --git a/src_main/system/pisysteminfo.cpp b/src_main/system/pisysteminfo.cpp index 59ce122f..bdb07eff 100644 --- a/src_main/system/pisysteminfo.cpp +++ b/src_main/system/pisysteminfo.cpp @@ -254,7 +254,6 @@ PIString PISystemInfo::machineKey() { uint PISystemInfo::machineID() { - piCout << confDir(); static uint ret = 0; if (ret == 0) { CRC_32 crc = standardCRC_32();