1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-02-02 01:44:32 +00:00

start 1.5.2 dev

This commit is contained in:
Tanguy Pruvot 2014-12-18 09:00:17 +01:00
parent 9b5d3bf528
commit 010eba1760
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
ccminer
=======
Based on Christian Buchner's & Christian H.'s CUDA project
Based on Christian Buchner's & Christian H.'s CUDA project, no more active on github recently.
Fork by tpruvot@github with X14,X15,X17,WHIRL and Blake256 support (NEOS + BlakeCoin), and some others, check the [README.txt](README.txt)
Fork by tpruvot@github with X14,X15,X17,WHIRL,Blake256,BlakeCoin,Lyra2RE and some others, check the [README.txt](README.txt)
BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo
[![tip for next commit](https://tip4commit.com/projects/927.svg)](https://tip4commit.com/github/tpruvot/ccminer)

View File

@ -1,4 +1,4 @@
AC_INIT([ccminer], [1.5.1])
AC_INIT([ccminer], [1.5.2-git])
AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM

View File

@ -156,7 +156,7 @@
#define PACKAGE_NAME "ccminer"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 1.5.1"
#define PACKAGE_STRING "ccminer 1.5.2-git"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer"
@ -165,7 +165,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5.1"
#define PACKAGE_VERSION "1.5.2-git"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@ -188,7 +188,7 @@
#define USE_XOP 1
/* Version number of package */
#define VERSION "1.5.1"
#define VERSION "1.5.2-git"
/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */