Skip to content

Commit

Permalink
Upgrade to Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mderasse committed Oct 18, 2020
1 parent 058bd28 commit 4faea2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([cpuminer], [1.4 {fireworm}])
AC_INIT([cpuminer], [1.6 {VeriumMiner}])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
10 changes: 5 additions & 5 deletions res/cpuminer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// TEXTINCLUDE
//

1 TEXTINCLUDE
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
Expand Down Expand Up @@ -76,10 +76,10 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "1.4"
VALUE "FileVersion", "1.6"
VALUE "LegalCopyright", "Copyright (C) 2018"
VALUE "ProductName", "veriumMiner"
VALUE "ProductVersion", "1.4"
VALUE "ProductVersion", "1.6"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 4faea2b

Please sign in to comment.