mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-10 23:08:02 +00:00
v1.6.4
This commit is contained in:
parent
2d5755d1ef
commit
b165cc32e6
@ -215,7 +215,7 @@ features.
|
|||||||
|
|
||||||
>>> RELEASE HISTORY <<<
|
>>> RELEASE HISTORY <<<
|
||||||
|
|
||||||
May 21th 2015 v1.6.4
|
May 26th 2015 v1.6.4
|
||||||
Implement multi-pool support (failover and time rotate)
|
Implement multi-pool support (failover and time rotate)
|
||||||
try "ccminer -c pools.conf" to test the sample config
|
try "ccminer -c pools.conf" to test the sample config
|
||||||
Update the API to allow remote pool switching and pool stats
|
Update the API to allow remote pool switching and pool stats
|
||||||
|
@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,6,0,0
|
FILEVERSION 1,6,4,0
|
||||||
PRODUCTVERSION 1,6,0,0
|
PRODUCTVERSION 1,6,4,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x21L
|
FILEFLAGS 0x21L
|
||||||
@ -76,10 +76,10 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904e4"
|
BLOCK "040904e4"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileVersion", "1.6"
|
VALUE "FileVersion", "1.6.4"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2015"
|
VALUE "LegalCopyright", "Copyright (C) 2015"
|
||||||
VALUE "ProductName", "ccminer"
|
VALUE "ProductName", "ccminer"
|
||||||
VALUE "ProductVersion", "1.6"
|
VALUE "ProductVersion", "1.6.4"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
Loading…
Reference in New Issue
Block a user