Browse Source

update windows version + 2.2.6 readme

pull/5/head
Tanguy Pruvot 6 years ago
parent
commit
07859f93ce
  1. 7
      README.txt
  2. 8
      res/ccminer.rc

7
README.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
ccminer 2.2.6 (Under Dev)
ccminer 2.2.6 "phi2 and allium"
---------------------------------------------------------------
***************************************************************
@ -103,7 +103,7 @@ its command line interface and options. @@ -103,7 +103,7 @@ its command line interface and options.
neoscrypt use to mine FeatherCoin, Trezarcoin, Orbitcoin, etc
nist5 use to mine TalkCoin
penta use to mine Joincoin / Pentablake
phi use to mine LUXCoin
phi2 use to mine LUXCoin
polytimos use to mine Polytimos
quark use to mine Quarkcoin
qubit use to mine Qubit
@ -282,7 +282,8 @@ so we can more efficiently implement new algorithms using the latest hardware @@ -282,7 +282,8 @@ so we can more efficiently implement new algorithms using the latest hardware
features.
>>> RELEASE HISTORY <<<
2018 v2.2.6
June 10th 2018 v2.2.6
New phi2 algo for LUX
New allium algo for Garlic
Apr. 02nd 2018 v2.2.5

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 2,2,5,0
PRODUCTVERSION 2,2,5,0
FILEVERSION 2,2,6,0
PRODUCTVERSION 2,2,6,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@ -76,10 +76,10 @@ BEGIN @@ -76,10 +76,10 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "2.2.5"
VALUE "FileVersion", "2.2.6"
VALUE "LegalCopyright", "Copyright (C) 2018"
VALUE "ProductName", "ccminer"
VALUE "ProductVersion", "2.2.5"
VALUE "ProductVersion", "2.2.6"
END
END
BLOCK "VarFileInfo"

Loading…
Cancel
Save