Skip to content

Commit 6c346ee

Browse files
committed
bump to revision V1.2
1 parent d99b91e commit 6c346ee

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

55
***************************************************************
@@ -139,6 +139,9 @@ features.
139139

140140
>>> RELEASE HISTORY <<<
141141

142+
June 15th 2014 add X13 and Diamond Groestl support.
143+
Thanks to tsiv and to Bombadil for the contributions!
144+
142145
June 14th 2014 released Killer Groestl quad version which I deem
143146
sufficiently hard to port over to AMD. It isn't
144147
the fastest option for Compute 3.5 and 5.0 cards,

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([ccminer], [2014.06.14])
1+
AC_INIT([ccminer], [2014.06.15])
22

33
AC_PREREQ([2.59c])
44
AC_CANONICAL_SYSTEM

cpu-miner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ static void signal_handler(int sig)
14811481
}
14821482
#endif
14831483

1484-
#define PROGRAM_VERSION "1.1"
1484+
#define PROGRAM_VERSION "1.2"
14851485
int main(int argc, char *argv[])
14861486
{
14871487
struct thr_info *thr;

cpuminer-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
#define PACKAGE_NAME "ccminer"
153153

154154
/* Define to the full name and version of this package. */
155-
#define PACKAGE_STRING "ccminer 2014.06.14"
155+
#define PACKAGE_STRING "ccminer 2014.06.15"
156156

157157
/* Define to the one symbol short name of this package. */
158158
#undef PACKAGE_TARNAME
@@ -161,7 +161,7 @@
161161
#undef PACKAGE_URL
162162

163163
/* Define to the version of this package. */
164-
#define PACKAGE_VERSION "2014.06.14"
164+
#define PACKAGE_VERSION "2014.06.15"
165165

166166
/* If using the C implementation of alloca, define if you know the
167167
direction of stack growth for your system; otherwise it will be

0 commit comments

Comments
 (0)