diff --git a/README.txt b/README.txt index 4c0b3b5..9b4548f 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -ccMiner release 1.6.5-C11 (Jul 2015) "Special for Chaincoin C11" +ccMiner release 1.6.6 (Aug 2015) "Lyra2REv2, BMW And Vanilla" --------------------------------------------------------------- *************************************************************** @@ -147,6 +147,7 @@ its command line interface and options. --cpu-affinity set process affinity to specific cpu core(s) mask --cpu-priority set process priority (default: 0 idle, 2 normal to 5 highest) -c, --config=FILE load a JSON-format configuration file + can be from an url with the http:// prefix -V, --version display version information and exit -h, --help display this help text and exit @@ -224,7 +225,7 @@ features. >>> RELEASE HISTORY <<< - August 2015... + Aug. 28th 2015 v1.6.6 Allow to load remote config with curl (-c http://...) Add Lyra2REv2 algo (Vertcoin/Zoom) Restore WhirlpoolX algo (VNL) diff --git a/res/ccminer.rc b/res/ccminer.rc index 60cb9a8..8d35417 100644 --- a/res/ccminer.rc +++ b/res/ccminer.rc @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,6,5,0 - PRODUCTVERSION 1,6,5,0 + FILEVERSION 1,6,6,0 + PRODUCTVERSION 1,6,6,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -76,10 +76,10 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "FileVersion", "1.6.5" + VALUE "FileVersion", "1.6.6" VALUE "LegalCopyright", "Copyright (C) 2015" VALUE "ProductName", "ccminer" - VALUE "ProductVersion", "1.6.5" + VALUE "ProductVersion", "1.6.6" END END BLOCK "VarFileInfo"