From 00803b0b8d831838c2e4d7cccc0481b23fa2cc74 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Sun, 8 Feb 2015 18:41:40 +0100 Subject: [PATCH] Revert "I use CUDA7 on windows" This reverts commit a74df25834166abbb24428075959aae50705695b. --- ccminer.cpp | 2 +- ccminer.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccminer.cpp b/ccminer.cpp index eb9a315..3f2f6e2 100644 --- a/ccminer.cpp +++ b/ccminer.cpp @@ -2208,7 +2208,7 @@ int main(int argc, char *argv[]) printf("*** ccminer " PACKAGE_VERSION " for nVidia GPUs by tpruvot@github ***\n"); #ifdef WIN32 - printf("\tBuilt with VC++ 2013 and nVidia CUDA SDK 7 RC\n\n"); + printf("\tBuilt with VC++ 2013 and nVidia CUDA SDK 6.5\n\n"); #else printf("\tBuilt with the nVidia CUDA SDK 6.5\n\n"); #endif diff --git a/ccminer.vcxproj b/ccminer.vcxproj index 372a0c0..ccbc9e2 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -54,7 +54,7 @@ - +