File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change 1- AC_INIT ( [ ccminer] , [ 2014.06.14 ] )
1+ AC_INIT ( [ ccminer] , [ 2014.06.15 ] )
22
33AC_PREREQ ( [ 2.59c] )
44AC_CANONICAL_SYSTEM
Original file line number Diff line number Diff 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 "
14851485int main (int argc , char * argv [])
14861486{
14871487 struct thr_info * thr ;
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments