1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-12 20:25:14 +00:00

Merge branch 'QB64-Phoenix-Edition:main' into main

This commit is contained in:
Samuel Gomes 2023-10-08 09:06:11 +05:30 committed by GitHub
commit 6a428f0ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -5,8 +5,8 @@
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "qb64pe.manifest" CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "qb64pe.manifest"
1 VERSIONINFO 1 VERSIONINFO
FILEVERSION 3,9,0,0 FILEVERSION 3,9,1,0
PRODUCTVERSION 3,9,0,0 PRODUCTVERSION 3,9,1,0
BEGIN BEGIN
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
BEGIN BEGIN
@ -14,13 +14,13 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName","QB64 Phoenix Edition\0" VALUE "CompanyName","QB64 Phoenix Edition\0"
VALUE "FileDescription","QB64 IDE and Compiler\0" VALUE "FileDescription","QB64 IDE and Compiler\0"
VALUE "FileVersion","3,9,0,0\0" VALUE "FileVersion","3,9,1,0\0"
VALUE "InternalName","qb64pe.bas\0" VALUE "InternalName","qb64pe.bas\0"
VALUE "LegalCopyright","MIT\0" VALUE "LegalCopyright","MIT\0"
VALUE "LegalTrademarks","\0" VALUE "LegalTrademarks","\0"
VALUE "OriginalFilename","qb64pe.exe\0" VALUE "OriginalFilename","qb64pe.exe\0"
VALUE "ProductName","QB64-PE\0" VALUE "ProductName","QB64-PE\0"
VALUE "ProductVersion","3,9,0,0\0" VALUE "ProductVersion","3,9,1,0\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" 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"
VALUE "Web","\0" VALUE "Web","\0"
END END

View file

@ -7,7 +7,7 @@ if(!qbevent)break;evnt(24,1,"version.bas");}while(r);
do{ do{
if(!qbevent)break;evnt(24,2,"version.bas");}while(r); if(!qbevent)break;evnt(24,2,"version.bas");}while(r);
do{ do{
qbs_set(__STRING_VERSION,qbs_new_txt_len("3.9.0",5)); qbs_set(__STRING_VERSION,qbs_new_txt_len("3.9.1",5));
qbs_cleanup(qbs_tmp_base,0); qbs_cleanup(qbs_tmp_base,0);
if(!qbevent)break;evnt(24,4,"version.bas");}while(r); if(!qbevent)break;evnt(24,4,"version.bas");}while(r);
S_4:; S_4:;