Browse Source

official release, 1.7.4

multiple 1.7.3 preview versions were compiled during the decred stratum
tests. Please use this newer version.
master 1.7.4-tpruvot
Tanguy Pruvot 9 years ago
parent
commit
6f4a1baa00
  1. 4
      README.txt
  2. 2
      configure.ac
  3. 6
      cpuminer-config.h
  4. 8
      res/ccminer.rc

4
README.txt

@ -1,5 +1,5 @@
ccMiner release 1.7.3 (Feb 2015) "Decred Stratum and MrM4D VNL" ccMiner release 1.7.4 (Feb 2015) "Decred Stratum and MrM4D VNL"
--------------------------------------------------------------- ---------------------------------------------------------------
*************************************************************** ***************************************************************
@ -237,7 +237,7 @@ features.
>>> RELEASE HISTORY <<< >>> RELEASE HISTORY <<<
Feb. 19th 2015 v1.7.3 Feb. 28th 2015 v1.7.4 (1.7.3 was a preview, not official)
Decred simplified stratum (getwork over stratum) Decred simplified stratum (getwork over stratum)
Vanilla kernel by MrMad Vanilla kernel by MrMad
Drop/Disable WhirlpoolX Drop/Disable WhirlpoolX

2
configure.ac

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

6
cpuminer-config.h

@ -162,7 +162,7 @@
#define PACKAGE_NAME "ccminer" #define PACKAGE_NAME "ccminer"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 1.7.3" #define PACKAGE_STRING "ccminer 1.7.4"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer" #define PACKAGE_TARNAME "ccminer"
@ -171,7 +171,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.7.3" #define PACKAGE_VERSION "1.7.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
@ -185,7 +185,7 @@
#define STDC_HEADERS 1 #define STDC_HEADERS 1
/* Version number of package */ /* Version number of package */
#define VERSION "1.7.3" #define VERSION "1.7.4"
/* Define curl_free() as free() if our version of curl lacks curl_free. */ /* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */ /* #undef curl_free */

8
res/ccminer.rc

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

Loading…
Cancel
Save