git-svn-id: svn://db.shs.com.ru/pip@779 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#define PIP_VERSION_MAJOR 1
|
#define PIP_VERSION_MAJOR 1
|
||||||
#define PIP_VERSION_MINOR 9
|
#define PIP_VERSION_MINOR 9
|
||||||
#define PIP_VERSION_REVISION 1
|
#define PIP_VERSION_REVISION 2
|
||||||
#define PIP_VERSION_SUFFIX "_beta"
|
#define PIP_VERSION_SUFFIX ""
|
||||||
|
|
||||||
#endif // PIVERSION_H
|
#endif // PIVERSION_H
|
||||||
|
|||||||
@@ -254,7 +254,6 @@ PIString PISystemInfo::machineKey() {
|
|||||||
|
|
||||||
|
|
||||||
uint PISystemInfo::machineID() {
|
uint PISystemInfo::machineID() {
|
||||||
piCout << confDir();
|
|
||||||
static uint ret = 0;
|
static uint ret = 0;
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
CRC_32 crc = standardCRC_32();
|
CRC_32 crc = standardCRC_32();
|
||||||
|
|||||||
Reference in New Issue
Block a user