Skip to content

Commit

Permalink
Automatic update of ./internal/source
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2023
1 parent 437f351 commit 5447a32
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions internal/source/embedded.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#include <stdint.h>
#include <string.h>
#include "../c/libqb.h"
#include "../c/libqb/include/compression.h"

qbs *func__embedded(qbs *handle)
{
return qbs_new_txt("");
}

8 changes: 4 additions & 4 deletions internal/source/icon.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "qb64pe.manifest"

1 VERSIONINFO
FILEVERSION 3,9,1,0
PRODUCTVERSION 3,9,1,0
FILEVERSION 3,10,0,0
PRODUCTVERSION 3,10,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName","QB64 Phoenix Edition\0"
VALUE "FileDescription","QB64 IDE and Compiler\0"
VALUE "FileVersion","3,9,1,0\0"
VALUE "FileVersion","3,10,0,0\0"
VALUE "InternalName","qb64pe.bas\0"
VALUE "LegalCopyright","MIT\0"
VALUE "LegalTrademarks","\0"
VALUE "OriginalFilename","qb64pe.exe\0"
VALUE "ProductName","QB64-PE\0"
VALUE "ProductVersion","3,9,1,0\0"
VALUE "ProductVersion","3,10,0,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 "Web","\0"
END
Expand Down
2 changes: 1 addition & 1 deletion internal/source/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(!qbevent)break;evnt(24,1,"version.bas");}while(r);
do{
if(!qbevent)break;evnt(24,2,"version.bas");}while(r);
do{
qbs_set(__STRING_VERSION,qbs_new_txt_len("3.9.1",5));
qbs_set(__STRING_VERSION,qbs_new_txt_len("3.10.0",6));
qbs_cleanup(qbs_tmp_base,0);
if(!qbevent)break;evnt(24,4,"version.bas");}while(r);
S_4:;
Expand Down

0 comments on commit 5447a32

Please sign in to comment.