Browse Source

update windows version info

2upstream
Tanguy Pruvot 9 years ago
parent
commit
55932ee6f0
  1. 5
      README.txt
  2. 8
      res/ccminer.rc

5
README.txt

@ -164,6 +164,9 @@ Scrypt specific options: @@ -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. @@ -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

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

Loading…
Cancel
Save