This repository was archived by the owner on Jan 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ features.
225225 fix small memory leak
2262262019-02-07 v8.24: add lyra2v3 algo
2272272019-05-10 v8.25: fix invalid share bug
228+ 2021-07-08 v8.26: suppoort for more than 8 CPU cores, bugfix for for some coins
228229
229230>>> AUTHORS <<<
230231
Original file line number Diff line number Diff line change 156156#define PACKAGE_NAME "ccminer"
157157
158158/* Define to the full name and version of this package. */
159- #define PACKAGE_STRING "ccminer 8.25 -KlausT"
159+ #define PACKAGE_STRING "ccminer 8.26 -KlausT"
160160
161161/* Define to the one symbol short name of this package. */
162162#define PACKAGE_TARNAME "ccminer"
165165#define PACKAGE_URL ""
166166
167167/* Define to the version of this package. */
168- #define PACKAGE_VERSION "8.25 -KlausT"
168+ #define PACKAGE_VERSION "8.26 -KlausT"
169169
170170/* If using the C implementation of alloca, define if you know the
171171 direction of stack growth for your system; otherwise it will be
188188//#define USE_XOP 1
189189
190190/* Version number of package */
191- #define VERSION "8.25 -KlausT"
191+ #define VERSION "8.26 -KlausT"
192192
193193/* Define curl_free() as free() if our version of curl lacks curl_free. */
194194/* #undef curl_free */
Original file line number Diff line number Diff line change 1- AC_INIT ( [ ccminer] , [ 8.25 -KlausT] )
1+ AC_INIT ( [ ccminer] , [ 8.26 -KlausT] )
22
33AC_PREREQ ( [ 2.59c] )
44AC_CANONICAL_SYSTEM
You can’t perform that action at this time.
0 commit comments