git-svn-id: svn://db.shs.com.ru/pip@779 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-04-16 16:21:59 +00:00
parent 10b70f5acf
commit b6801457ba
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -254,7 +254,6 @@ PIString PISystemInfo::machineKey() {
uint PISystemInfo::machineID() {
piCout << confDir();
static uint ret = 0;
if (ret == 0) {
CRC_32 crc = standardCRC_32();