Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 20c7acb

Browse files
committed
Release 8.26
1 parent 2a1c97f commit 20c7acb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ features.
225225
fix small memory leak
226226
2019-02-07 v8.24: add lyra2v3 algo
227227
2019-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

ccminer-config-win.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
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"
@@ -165,7 +165,7 @@
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
@@ -188,7 +188,7 @@
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 */

configure.ac

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

33
AC_PREREQ([2.59c])
44
AC_CANONICAL_SYSTEM

0 commit comments

Comments
 (0)