Browse Source

v1.6.4

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

2
README.txt

@ -215,7 +215,7 @@ features. @@ -215,7 +215,7 @@ features.
>>> RELEASE HISTORY <<<
May 21th 2015 v1.6.4
May 26th 2015 v1.6.4
Implement multi-pool support (failover and time rotate)
try "ccminer -c pools.conf" to test the sample config
Update the API to allow remote pool switching and pool stats

8
res/ccminer.rc

@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico" @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,6,0,0
PRODUCTVERSION 1,6,0,0
FILEVERSION 1,6,4,0
PRODUCTVERSION 1,6,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@ -76,10 +76,10 @@ BEGIN @@ -76,10 +76,10 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "1.6"
VALUE "FileVersion", "1.6.4"
VALUE "LegalCopyright", "Copyright (C) 2015"
VALUE "ProductName", "ccminer"
VALUE "ProductVersion", "1.6"
VALUE "ProductVersion", "1.6.4"
END
END
BLOCK "VarFileInfo"

Loading…
Cancel
Save