diff --git a/compat/ccminer-config.h b/compat/ccminer-config.h index dc5cec67d8..dd21f14069 100644 --- a/compat/ccminer-config.h +++ b/compat/ccminer-config.h @@ -164,7 +164,7 @@ #define PACKAGE_URL "https://github.com/Kudaraidee/ccminer" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.0" +#define PACKAGE_VERSION "1.2.0" /* 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 6d26696b29..cb17ca1f84 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ccminer-kudaraidee], [1.1.0], [], [ccminer-kudaraidee], [https://github.com/kudaraidee/ccminer]) +AC_INIT([ccminer-kudaraidee], [1.2.0], [], [ccminer-kudaraidee], [https://github.com/kudaraidee/ccminer]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/res/ccminer.rc b/res/ccminer.rc index ac6a5d3881..786021b937 100644 --- a/res/ccminer.rc +++ b/res/ccminer.rc @@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,0,0 - PRODUCTVERSION 1,1,0,0 + FILEVERSION 1,2,0,0 + PRODUCTVERSION 1,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -76,10 +76,10 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "FileVersion", "1.1.0" + VALUE "FileVersion", "1.2.0" VALUE "LegalCopyright", "Copyright (C) 2022" VALUE "ProductName", "ccminer-kudaraidee" - VALUE "ProductVersion", "1.1.0" + VALUE "ProductVersion", "1.2.0" END END BLOCK "VarFileInfo"