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"