From b165cc32e60a6c8dedc4c5ab33574bbd7ed8425e Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 26 May 2015 12:25:48 +0200 Subject: [PATCH] v1.6.4 --- README.txt | 2 +- res/ccminer.rc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index ad9edde..ebe254e 100644 --- a/README.txt +++ b/README.txt @@ -215,7 +215,7 @@ features. >>> RELEASE HISTORY <<< - May 21th 2015 v1.6.4 + May 26th 2015 v1.6.4 Implement multi-pool support (failover and time rotate) try "ccminer -c pools.conf" to test the sample config Update the API to allow remote pool switching and pool stats diff --git a/res/ccminer.rc b/res/ccminer.rc index 2512c3c..50e850a 100644 --- a/res/ccminer.rc +++ b/res/ccminer.rc @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,6,0,0 - PRODUCTVERSION 1,6,0,0 + FILEVERSION 1,6,4,0 + PRODUCTVERSION 1,6,4,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -76,10 +76,10 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "FileVersion", "1.6" + VALUE "FileVersion", "1.6.4" VALUE "LegalCopyright", "Copyright (C) 2015" VALUE "ProductName", "ccminer" - VALUE "ProductVersion", "1.6" + VALUE "ProductVersion", "1.6.4" END END BLOCK "VarFileInfo"