Browse Source

update version

master
Tanguy Pruvot 8 years ago
parent
commit
35bfe8d191
  1. 7
      README.txt
  2. 2
      compat/ccminer-config.h
  3. 8
      res/ccminer.rc

7
README.txt

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
ccMiner 1.8 (20th July 2016) "CUDA 8, lbry and x11evo algos"
ccMiner 1.8.1 (August 2016) "Sia Blake2-B Algo and RPCs"
---------------------------------------------------------------
***************************************************************
@ -97,6 +97,7 @@ its command line interface and options. @@ -97,6 +97,7 @@ its command line interface and options.
scrypt:N use to mine Scrypt-N (:10 for 2048 iterations)
scrypt-jane use to mine Chacha coins like Cache and Ultracoin
s3 use to mine 1coin
sia use to mine SIA
sib use to mine Sibcoin
skein use to mine Skeincoin
skein2 use to mine Woodcoin
@ -243,6 +244,10 @@ features. @@ -243,6 +244,10 @@ features.
>>> RELEASE HISTORY <<<
Aug. 10th 2016 v1.8.1
SIA Blake2-B Algo (getwork over stratum for Suprnova)
SIA Nanopool RPC (getwork over http)
July 20th 2016 v1.8.0
Pascal support with cuda 8
lbry new multi sha / ripemd algo (LBC)

2
compat/ccminer-config.h

@ -164,7 +164,7 @@ @@ -164,7 +164,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.8"
#define PACKAGE_VERSION "1.8.1"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be

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,8,0,0
PRODUCTVERSION 1,8,0,0
FILEVERSION 1,8,1,0
PRODUCTVERSION 1,8,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@ -76,10 +76,10 @@ BEGIN @@ -76,10 +76,10 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "1.8"
VALUE "FileVersion", "1.8.1"
VALUE "LegalCopyright", "Copyright (C) 2016"
VALUE "ProductName", "ccminer"
VALUE "ProductVersion", "1.8"
VALUE "ProductVersion", "1.8.1"
END
END
BLOCK "VarFileInfo"

Loading…
Cancel
Save