Skip to content

Commit

Permalink
Release 8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausT committed Jul 8, 2021
1 parent 2a1c97f commit 20c7acb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ features.
fix small memory leak
2019-02-07 v8.24: add lyra2v3 algo
2019-05-10 v8.25: fix invalid share bug
2021-07-08 v8.26: suppoort for more than 8 CPU cores, bugfix for for some coins

>>> AUTHORS <<<

Expand Down
6 changes: 3 additions & 3 deletions ccminer-config-win.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
#define PACKAGE_NAME "ccminer"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ccminer 8.25-KlausT"
#define PACKAGE_STRING "ccminer 8.26-KlausT"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ccminer"
Expand All @@ -165,7 +165,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "8.25-KlausT"
#define PACKAGE_VERSION "8.26-KlausT"

/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
Expand All @@ -188,7 +188,7 @@
//#define USE_XOP 1

/* Version number of package */
#define VERSION "8.25-KlausT"
#define VERSION "8.26-KlausT"

/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([ccminer], [8.25-KlausT])
AC_INIT([ccminer], [8.26-KlausT])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down

0 comments on commit 20c7acb

Please sign in to comment.