Skip to content

Commit 56f5386

Browse files
Update icon.rc
1 parent 07b2101 commit 56f5386

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/icon.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
0 ICON "qb64.ico"
22

33
1 VERSIONINFO
4-
FILEVERSION 1,5,1,0
5-
PRODUCTVERSION 1,5,1,0
4+
FILEVERSION 2,0,0,0
5+
PRODUCTVERSION 2,0,0,0
66
BEGIN
77
BLOCK "StringFileInfo"
88
BEGIN
99
BLOCK "040904E4"
1010
BEGIN
1111
VALUE "CompanyName","QB64\0"
1212
VALUE "FileDescription","QB64 Compiler\0"
13-
VALUE "FileVersion","1.51\0"
13+
VALUE "FileVersion","2.0\0"
1414
VALUE "InternalName","qb64.bas\0"
1515
VALUE "LegalCopyright","LGPL\0"
1616
VALUE "LegalTrademarks","\0"
1717
VALUE "OriginalFilename","qb64.exe\0"
1818
VALUE "ProductName","QB64\0"
19-
VALUE "ProductVersion","1.51\0"
19+
VALUE "ProductVersion","2.0\0"
2020
VALUE "Comments","QB64 is a modern extended BASIC programming language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows, Linux and macOS.\0"
2121
END
2222
END

0 commit comments

Comments
 (0)