Skip to content

Commit 0b3496d

Browse files
committed
v1.2.0
1 parent a1683ca commit 0b3496d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

compat/ccminer-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
#define PACKAGE_URL "https://github.com/Kudaraidee/ccminer"
165165

166166
/* Define to the version of this package. */
167-
#define PACKAGE_VERSION "1.1.0"
167+
#define PACKAGE_VERSION "1.2.0"
168168

169169
/* If using the C implementation of alloca, define if you know the
170170
direction of stack growth for your system; otherwise it will be

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([ccminer-kudaraidee], [1.1.0], [], [ccminer-kudaraidee], [https://github.com/kudaraidee/ccminer])
1+
AC_INIT([ccminer-kudaraidee], [1.2.0], [], [ccminer-kudaraidee], [https://github.com/kudaraidee/ccminer])
22

33
AC_PREREQ([2.59c])
44
AC_CANONICAL_SYSTEM

res/ccminer.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ IDI_ICON1 ICON "ccminer.ico"
6060
//
6161

6262
VS_VERSION_INFO VERSIONINFO
63-
FILEVERSION 1,1,0,0
64-
PRODUCTVERSION 1,1,0,0
63+
FILEVERSION 1,2,0,0
64+
PRODUCTVERSION 1,2,0,0
6565
FILEFLAGSMASK 0x3fL
6666
#ifdef _DEBUG
6767
FILEFLAGS 0x21L
@@ -76,10 +76,10 @@ BEGIN
7676
BEGIN
7777
BLOCK "040904e4"
7878
BEGIN
79-
VALUE "FileVersion", "1.1.0"
79+
VALUE "FileVersion", "1.2.0"
8080
VALUE "LegalCopyright", "Copyright (C) 2022"
8181
VALUE "ProductName", "ccminer-kudaraidee"
82-
VALUE "ProductVersion", "1.1.0"
82+
VALUE "ProductVersion", "1.2.0"
8383
END
8484
END
8585
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)