Skip to content

Commit

Permalink
Merge pull request #29 from fancyIX/feature/#28
Browse files Browse the repository at this point in the history
Issue #28
  • Loading branch information
fancyIX authored Jan 13, 2023
2 parents 5340f8d + 8f54df5 commit 9559d29
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions allium.cu
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ extern "C" int scanhash_allium(int thr_id, struct work* work, uint32_t max_nonce
strstr(props.name, "3080") ||
strstr(props.name, "3070") ||
strstr(props.name, "3060") ||
strstr(props.name, "4090") ||
strstr(props.name, "4080") ||
strstr(props.name, "4070") ||
strstr(props.name, "4060") ||
strstr(props.name, "A4000") ||
strstr(props.name, "A5000") ||
strstr(props.name, "A6000")) high_end = 2;
Expand Down
2 changes: 1 addition & 1 deletion compat/ccminer-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.5.0"
#define PACKAGE_VERSION "0.5.1"

/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
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-fancyIX], [0.5.0], [], [ccminer-fancyIX], [https://github.com/fancyIX/ccminer])
AC_INIT([ccminer-fancyIX], [0.5.1], [], [ccminer-fancyIX], [https://github.com/fancyIX/ccminer])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
8 changes: 4 additions & 4 deletions res/ccminer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,5,0,0
PRODUCTVERSION 0,5,0,0
FILEVERSION 0,5,1,0
PRODUCTVERSION 0,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
Expand All @@ -76,10 +76,10 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "0.5.0"
VALUE "FileVersion", "0.5.1"
VALUE "LegalCopyright", "Copyright (C) 2022"
VALUE "ProductName", "ccminer-fancyIX"
VALUE "ProductVersion", "0.5.0"
VALUE "ProductVersion", "0.5.1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 9559d29

Please sign in to comment.