Skip to content

Commit 2aec48d

Browse files
fancyIXfancyIX
fancyIX
authored and
fancyIX
committed
bump version number
1 parent 0f409b2 commit 2aec48d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ccminer-fancyIX 0.2.0 (Jan. 2018) "lyra2v2 and keccak improvements"
2+
ccminer-fancyIX 0.3.0 (Jan. 2018) "lyra2v2 and keccak improvements"
33
---------------------------------------------------------------
44

55
***************************************************************

compat/ccminer-config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
165165

166166
/* Define to the version of this package. */
167-
#define PACKAGE_VERSION "0.2.0"
167+
#define PACKAGE_VERSION "0.3.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([ccminer-fancyIX], [0.2.0], [], [ccminer-fancyIX], [https://github.com/fancyIX/ccminer])
1+
AC_INIT([ccminer-fancyIX], [0.3.0], [], [ccminer-fancyIX], [https://github.com/fancyIX/ccminer])
22

33
AC_PREREQ([2.59c])
44
AC_CANONICAL_SYSTEM

res/ccminer.rc

+4-4
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 0,2,0,0
64-
PRODUCTVERSION 0,2,0,0
63+
FILEVERSION 0,3,0,0
64+
PRODUCTVERSION 0,3,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", "0.2.0"
79+
VALUE "FileVersion", "0.3.0"
8080
VALUE "LegalCopyright", "Copyright (C) 2021"
8181
VALUE "ProductName", "ccminer-fancyIX"
82-
VALUE "ProductVersion", "0.2.0"
82+
VALUE "ProductVersion", "0.3.0"
8383
END
8484
END
8585
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)