Skip to content

Commit

Permalink
Release 75
Browse files Browse the repository at this point in the history
  • Loading branch information
runestensland committed Dec 9, 2015
1 parent f28bf93 commit bf34d16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion ccminer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,9 @@
<MaxRegCount>92</MaxRegCount>
</CudaCompile>
<CudaCompile Include="Algo256\cuda_skein256.cu" />
<CudaCompile Include="neoscrypt\cuda_neoscrypt.cu" />
<CudaCompile Include="neoscrypt\cuda_neoscrypt.cu">
<MaxRegCount Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">150</MaxRegCount>
</CudaCompile>
<CudaCompile Include="neoscrypt\neoscrypt.cu" />
<CudaCompile Include="pentablake.cu">
<MaxRegCount>80</MaxRegCount>
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], [1.5.74-git(SP-MOD)])
AC_INIT([ccminer], [1.5.75-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.74-git(SP-MOD)"
#define PACKAGE_STRING "ccminer 1.5.75-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.74-git(SP-MOD)"
#define PACKAGE_VERSION "1.5.75-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.74-git(SP-MOD)"
#define VERSION "1.5.75-git(SP-MOD)"

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

0 comments on commit bf34d16

Please sign in to comment.