diff --git a/README.txt b/README.txt index 214f8128a8..f0c3efc701 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -ccminer dumax-0.9.2 (June 24th 2018) "Reden'ption" +ccminer dumax-0.9.3 (June 29th 2018) "Phi2nally ?" --------------------------------------------------------------- *************************************************************** @@ -285,6 +285,9 @@ features. >>> RELEASE HISTORY <<< + June 29th 2018 dumax-0.9.3 + Phi2 revised for smart contracts + June 24th 2018 dumax-0.9.2 Improved x16r/x16s (Whirlpool-64f) diff --git a/compat/ccminer-config.h b/compat/ccminer-config.h index 77f2be3afc..f106277d29 100644 --- a/compat/ccminer-config.h +++ b/compat/ccminer-config.h @@ -164,7 +164,7 @@ #define PACKAGE_URL "https://github.com/DumaxFr/ccminer" /* Define to the version of this package. */ -#define PACKAGE_VERSION "dumax-0.9.2" +#define PACKAGE_VERSION "dumax-0.9.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/configure.ac b/configure.ac index 15f2ae7541..191d714d35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer], [dumax-0.9.2], [], [ccminer], [https://github.com/DumaxFr/ccminer]) +AC_INIT([ccminer], [dumax-0.9.3], [], [ccminer], [https://github.com/DumaxFr/ccminer]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/res/ccminer.aps b/res/ccminer.aps index db105c8d12..fbf68c0dfb 100644 Binary files a/res/ccminer.aps and b/res/ccminer.aps differ diff --git a/res/ccminer.rc b/res/ccminer.rc index cef4f5bd12..5baf945fd6 100644 --- a/res/ccminer.rc +++ b/res/ccminer.rc @@ -61,8 +61,8 @@ IDI_ICON1 ICON "ccminer.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,2,0 - PRODUCTVERSION 0,9,2,0 + FILEVERSION 0,9,3,0 + PRODUCTVERSION 0,9,3,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x23L @@ -77,10 +77,10 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "FileVersion", "0.9.2.0" + VALUE "FileVersion", "0.9.3.0" VALUE "LegalCopyright", "Copyright (C) 2018" VALUE "ProductName", "ccminer/dumax" - VALUE "ProductVersion", "0.9.2.0" + VALUE "ProductVersion", "0.9.3.0" END END BLOCK "VarFileInfo"