From b6801457bacac432bd2f992c8f1d61d8cb497353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Tue, 16 Apr 2019 16:21:59 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@779 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/piversion.h | 4 ++-- src_main/system/pisysteminfo.cpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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();