From 0f8271f8494bf78f288fbc5ae25a25d1549317b4 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 27 Sep 2016 00:36:21 +0200 Subject: [PATCH] vstudio: return to CUDA 6.5 by default on x86 change was for the 1.8.2 tag (optimal for lbry) and prepare next version... --- ccminer.vcxproj | 4 ++-- compat/ccminer-config.h | 2 +- res/ccminer.rc | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ccminer.vcxproj b/ccminer.vcxproj index 0b7c54d..d4243bd 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -39,7 +39,7 @@ - + @@ -535,7 +535,7 @@ - + diff --git a/compat/ccminer-config.h b/compat/ccminer-config.h index 9daf6d5..6baeae1 100644 --- a/compat/ccminer-config.h +++ b/compat/ccminer-config.h @@ -164,7 +164,7 @@ #define PACKAGE_URL "http://github.com/tpruvot/ccminer" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.8.2" +#define PACKAGE_VERSION "1.8.3" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be diff --git a/res/ccminer.rc b/res/ccminer.rc index b91cffc..8ab8f3a 100644 --- a/res/ccminer.rc +++ b/res/ccminer.rc @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,8,2,0 - PRODUCTVERSION 1,8,2,0 + FILEVERSION 1,8,3,0 + PRODUCTVERSION 1,8,3,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -76,10 +76,10 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "FileVersion", "1.8.2" + VALUE "FileVersion", "1.8.3" VALUE "LegalCopyright", "Copyright (C) 2016" VALUE "ProductName", "ccminer" - VALUE "ProductVersion", "1.8.2" + VALUE "ProductVersion", "1.8.3" END END BLOCK "VarFileInfo"