diff --git a/README.txt b/README.txt index 996689f..b320a58 100644 --- a/README.txt +++ b/README.txt @@ -164,6 +164,9 @@ Scrypt specific options: -L, --lookup-gap Divides the per-hash memory requirement by this factor by storing only every N'th value in the scratchpad. Default is 1. + --texture-cache comma separated list of flags (0/1/2) specifying + which of the CUDA devices shall use the texture + cache for mining. Kepler devices may profit. --no-autotune disable auto-tuning of kernel launch parameters @@ -229,7 +232,7 @@ features. >>> RELEASE HISTORY <<< Nov. 06th 2015 v1.7 - Improve old devices compatibility (x11, lyra2, qubit...) + Improve old devices compatibility (x11, lyra2v2, quark, qubit...) Add windows support for SM 2.1 and drop SM 3.5 (x86) Improve lyra2 (v1/v2) cuda implementations Improve most common algos on SM5+ with sp blake kernel diff --git a/res/ccminer.rc b/res/ccminer.rc index 8d35417..79501e6 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,6,0 - PRODUCTVERSION 1,6,6,0 + FILEVERSION 1,7,0,0 + PRODUCTVERSION 1,7,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -76,10 +76,10 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "FileVersion", "1.6.6" + VALUE "FileVersion", "1.7" VALUE "LegalCopyright", "Copyright (C) 2015" VALUE "ProductName", "ccminer" - VALUE "ProductVersion", "1.6.6" + VALUE "ProductVersion", "1.7" END END BLOCK "VarFileInfo"