From 6c346eef640d4158b80fdd5ea2ded7c20925cd82 Mon Sep 17 00:00:00 2001 From: Christian Buchner Date: Sun, 15 Jun 2014 14:34:24 +0200 Subject: [PATCH] bump to revision V1.2 --- README.txt | 5 ++++- configure.ac | 2 +- cpu-miner.c | 2 +- cpuminer-config.h | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index aace226..a40f30e 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -ccMiner release 1.1 (June 14th 2014) - "Killer Groestl!" +ccMiner release 1.2 (June 15th 2014) - "Killer Groestl + X13" ------------------------------------------------------------- *************************************************************** @@ -139,6 +139,9 @@ features. >>> RELEASE HISTORY <<< + June 15th 2014 add X13 and Diamond Groestl support. + Thanks to tsiv and to Bombadil for the contributions! + June 14th 2014 released Killer Groestl quad version which I deem sufficiently hard to port over to AMD. It isn't the fastest option for Compute 3.5 and 5.0 cards, diff --git a/configure.ac b/configure.ac index 80438fd..0cb83db 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [2014.06.14]) +AC_INIT([ccminer], [2014.06.15]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/cpu-miner.c b/cpu-miner.c index 2332184..9e3c3b0 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -1481,7 +1481,7 @@ static void signal_handler(int sig) } #endif -#define PROGRAM_VERSION "1.1" +#define PROGRAM_VERSION "1.2" int main(int argc, char *argv[]) { struct thr_info *thr; diff --git a/cpuminer-config.h b/cpuminer-config.h index 03114b9..21c0a1b 100644 --- a/cpuminer-config.h +++ b/cpuminer-config.h @@ -152,7 +152,7 @@ #define PACKAGE_NAME "ccminer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ccminer 2014.06.14" +#define PACKAGE_STRING "ccminer 2014.06.15" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME @@ -161,7 +161,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "2014.06.14" +#define PACKAGE_VERSION "2014.06.15" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be