Skip to content

Commit

Permalink
bump to revision V1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuchner1 committed Jun 15, 2014
1 parent d99b91e commit 6c346ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ccMiner release 1.1 (June 14th 2014) - "Killer Groestl!"
ccMiner release 1.2 (June 15th 2014) - "Killer Groestl + X13"
-------------------------------------------------------------

***************************************************************
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([ccminer], [2014.06.14])
AC_INIT([ccminer], [2014.06.15])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
2 changes: 1 addition & 1 deletion cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions cpuminer-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6c346ee

Please sign in to comment.