prepare 1.8.4 release

This commit is contained in:
Tanguy Pruvot 2016-11-03 18:05:17 +01:00
parent 36aedbb48e
commit 397472818d
4 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,5 @@
ccMiner 1.8.3 (Sept 2016) "CUDA 8 Final Release" ccminer 1.8.4-dev (Nov 2016) "Winter improvements: sib, veltor"
--------------------------------------------------------------- ---------------------------------------------------------------
*************************************************************** ***************************************************************
@ -245,6 +245,9 @@ features.
>>> RELEASE HISTORY <<< >>> RELEASE HISTORY <<<
Nov. 2016
Improve streebog based algos, veltor and sib (from alexis work)
Sep. 28th 2016 v1.8.3 Sep. 28th 2016 v1.8.3
show intensity on startup for each cards show intensity on startup for each cards
show-diff is now used by default, use --hide-diff if not wanted show-diff is now used by default, use --hide-diff if not wanted

View File

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

View File

@ -1,4 +1,4 @@
AC_INIT([ccminer], [1.8.3], [], [ccminer], [http://github.com/tpruvot/ccminer]) AC_INIT([ccminer], [1.8.4], [], [ccminer], [http://github.com/tpruvot/ccminer])
AC_PREREQ([2.59c]) AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,8,3,0 FILEVERSION 1,8,4,0
PRODUCTVERSION 1,8,3,0 PRODUCTVERSION 1,8,4,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x21L FILEFLAGS 0x21L
@ -76,7 +76,7 @@ BEGIN
BEGIN BEGIN
BLOCK "040904e4" BLOCK "040904e4"
BEGIN BEGIN
VALUE "FileVersion", "1.8.3" VALUE "FileVersion", "1.8.4"
VALUE "LegalCopyright", "Copyright (C) 2016" VALUE "LegalCopyright", "Copyright (C) 2016"
VALUE "ProductName", "ccminer" VALUE "ProductName", "ccminer"
VALUE "ProductVersion", "1.8.3" VALUE "ProductVersion", "1.8.3"