diff --git a/README.txt b/README.txt index 96fb99681a..0ca1e3e64c 100644 --- a/README.txt +++ b/README.txt @@ -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 <<< diff --git a/ccminer-config-win.h b/ccminer-config-win.h index d918d34fab..9173330b5f 100644 --- a/ccminer-config-win.h +++ b/ccminer-config-win.h @@ -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" @@ -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 @@ -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 */ diff --git a/configure.ac b/configure.ac index a75ff794e3..6da99d9951 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [8.25-KlausT]) +AC_INIT([ccminer], [8.26-KlausT]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM