Browse Source

v1.6.4

master 1.6.4-tpruvot
Tanguy Pruvot 10 years ago
parent
commit
b165cc32e6
  1. 2
      README.txt
  2. 8
      res/ccminer.rc

2
README.txt

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

8
res/ccminer.rc

@ -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…
Cancel
Save