Browse Source

bump to revision V1.2

2upstream
Christian Buchner 10 years ago
parent
commit
6c346eef64
  1. 5
      README.txt
  2. 2
      configure.ac
  3. 2
      cpu-miner.c
  4. 4
      cpuminer-config.h

5
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 <<< >>> 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 June 14th 2014 released Killer Groestl quad version which I deem
sufficiently hard to port over to AMD. It isn't sufficiently hard to port over to AMD. It isn't
the fastest option for Compute 3.5 and 5.0 cards, the fastest option for Compute 3.5 and 5.0 cards,

2
configure.ac

@ -1,4 +1,4 @@
AC_INIT([ccminer], [2014.06.14]) AC_INIT([ccminer], [2014.06.15])
AC_PREREQ([2.59c]) AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

2
cpu-miner.c

@ -1481,7 +1481,7 @@ static void signal_handler(int sig)
} }
#endif #endif
#define PROGRAM_VERSION "1.1" #define PROGRAM_VERSION "1.2"
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
struct thr_info *thr; struct thr_info *thr;

4
cpuminer-config.h

@ -152,7 +152,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 2014.06.14" #define PACKAGE_STRING "ccminer 2014.06.15"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME #undef PACKAGE_TARNAME
@ -161,7 +161,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* 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 /* 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

Loading…
Cancel
Save