bump to revision V1.2

This commit is contained in:
Christian Buchner 2014-06-15 14:34:24 +02:00
parent d99b91ea65
commit 6c346eef64
4 changed files with 8 additions and 5 deletions

View File

@ -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,

View File

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

View File

@ -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;

View File

@ -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