Skip to content

Commit

Permalink
Release 54
Browse files Browse the repository at this point in the history
  • Loading branch information
runestensland committed Jul 8, 2015
1 parent 05904e2 commit df0ccdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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], [1.5.53-git(SP-MOD)])
AC_INIT([ccminer], [1.5.54-git(SP-MOD)])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
6 changes: 3 additions & 3 deletions cpuminer-config.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 1.5.53-git(SP-MOD)"
#define PACKAGE_STRING "ccminer 1.5.54-git(SP-MOD)"

/* 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 "1.5.53-git(SP-MOD)"
#define PACKAGE_VERSION "1.5.54-git(SP-MOD)"

/* 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 "1.5.53-git(SP-MOD)"
#define VERSION "1.5.54-git(SP-MOD)"

/* Define curl_free() as free() if our version of curl lacks curl_free. */
/* #undef curl_free */
Expand Down

1 comment on commit df0ccdb

@ArchetypeZ28
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue with Neoscrypt running on a 980 with this release. Program loads but won't hash. Keeps repeating last line in image. Revert to build 53 and instantly works.
capture

Please sign in to comment.