From 35bfe8d1914276b45aac2e8ab6a2153796987fb2 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 9 Aug 2016 22:56:52 +0200 Subject: [PATCH] update version --- README.txt | 7 ++++++- compat/ccminer-config.h | 2 +- res/ccminer.rc | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 8391498..20c4b7c 100644 --- a/README.txt +++ b/README.txt @@ -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. 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. >>> 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) diff --git a/compat/ccminer-config.h b/compat/ccminer-config.h index c21d21c..f9a3c2d 100644 --- a/compat/ccminer-config.h +++ b/compat/ccminer-config.h @@ -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 diff --git a/res/ccminer.rc b/res/ccminer.rc index db65b9a..5845341 100644 --- a/res/ccminer.rc +++ b/res/ccminer.rc @@ -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 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"