Skip to content

Commit 69e1296

Browse files
committed
update README for 2.2.4
1 parent 73dd6aa commit 69e1296

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ccminer 2.2.3 (Dec. 2017) "polytimos algo and keccakc (opt)"
2+
ccminer 2.2.4 (Jan. 2018) "lyra2v2 and keccak improvements"
33
---------------------------------------------------------------
44

55
***************************************************************
@@ -278,6 +278,11 @@ so we can more efficiently implement new algorithms using the latest hardware
278278
features.
279279

280280
>>> RELEASE HISTORY <<<
281+
Jan. 04th 2017 v2.2.4
282+
Improve lyra2v2
283+
Higher keccak default intensity
284+
Drop SM 2.x support by default, for CUDA 9 and more recent
285+
281286
Dec. 04th 2017 v2.2.3
282287
Polytimos Algo
283288
Handle keccakc variant (with refreshed sha256d merkle)

res/ccminer.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
6060
//
6161

6262
VS_VERSION_INFO VERSIONINFO
63-
FILEVERSION 2,2,3,0
64-
PRODUCTVERSION 2,2,3,0
63+
FILEVERSION 2,2,4,0
64+
PRODUCTVERSION 2,2,4,0
6565
FILEFLAGSMASK 0x3fL
6666
#ifdef _DEBUG
6767
FILEFLAGS 0x21L
@@ -76,10 +76,10 @@ BEGIN
7676
BEGIN
7777
BLOCK "040904e4"
7878
BEGIN
79-
VALUE "FileVersion", "2.2.3"
80-
VALUE "LegalCopyright", "Copyright (C) 2017"
79+
VALUE "FileVersion", "2.2.4"
80+
VALUE "LegalCopyright", "Copyright (C) 2018"
8181
VALUE "ProductName", "ccminer"
82-
VALUE "ProductVersion", "2.2.3"
82+
VALUE "ProductVersion", "2.2.4"
8383
END
8484
END
8585
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)