From b59e1a8088b2610c59e4845c70a65f5a73c3480d Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Wed, 13 Oct 2021 10:49:17 -0300 Subject: [PATCH] Update icon.rc --- source/icon.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/icon.rc b/source/icon.rc index 500e406ef..997a52eb3 100644 --- a/source/icon.rc +++ b/source/icon.rc @@ -1,8 +1,8 @@ 0 ICON "qb64.ico" 1 VERSIONINFO -FILEVERSION 1,5,1,0 -PRODUCTVERSION 1,5,1,0 +FILEVERSION 2,1,0,0 +PRODUCTVERSION 2,1,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -10,13 +10,13 @@ BEGIN BEGIN VALUE "CompanyName","QB64\0" VALUE "FileDescription","QB64 Compiler\0" - VALUE "FileVersion","1.51\0" + VALUE "FileVersion","2.1\0" VALUE "InternalName","qb64.bas\0" VALUE "LegalCopyright","LGPL\0" VALUE "LegalTrademarks","\0" VALUE "OriginalFilename","qb64.exe\0" VALUE "ProductName","QB64\0" - VALUE "ProductVersion","1.51\0" + VALUE "ProductVersion","2.1\0" 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" END END