You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/icon.rc
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
0 ICON "qb64.ico"
2
2
3
3
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
6
6
BEGIN
7
7
BLOCK "StringFileInfo"
8
8
BEGIN
9
9
BLOCK "040904E4"
10
10
BEGIN
11
11
VALUE "CompanyName","QB64\0"
12
12
VALUE "FileDescription","QB64 Compiler\0"
13
-
VALUE "FileVersion","1.51\0"
13
+
VALUE "FileVersion","2.0\0"
14
14
VALUE "InternalName","qb64.bas\0"
15
15
VALUE "LegalCopyright","LGPL\0"
16
16
VALUE "LegalTrademarks","\0"
17
17
VALUE "OriginalFilename","qb64.exe\0"
18
18
VALUE "ProductName","QB64\0"
19
-
VALUE "ProductVersion","1.51\0"
19
+
VALUE "ProductVersion","2.0\0"
20
20
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"
0 commit comments