Browse Source

prepare 1.8.4 release

master
Tanguy Pruvot 8 years ago
parent
commit
397472818d
  1. 5
      README.txt
  2. 2
      compat/ccminer-config.h
  3. 2
      configure.ac
  4. 6
      res/ccminer.rc

5
README.txt

@ -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

2
compat/ccminer-config.h

@ -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

2
configure.ac

@ -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

6
res/ccminer.rc

@ -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"

Loading…
Cancel
Save