Skip to content

Commit 13c1a05

Browse files
Automatic update of ./internal/source
1 parent 30d9bbb commit 13c1a05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

internal/source/icon.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "qb64pe.manifest"
66

77
1 VERSIONINFO
8-
FILEVERSION 3,13,0,0
9-
PRODUCTVERSION 3,13,0,0
8+
FILEVERSION 3,13,1,0
9+
PRODUCTVERSION 3,13,1,0
1010
BEGIN
1111
BLOCK "StringFileInfo"
1212
BEGIN
1313
BLOCK "040904E4"
1414
BEGIN
1515
VALUE "CompanyName","QB64 Phoenix Edition\0"
1616
VALUE "FileDescription","QB64 IDE and Compiler\0"
17-
VALUE "FileVersion","3,13,0,0\0"
17+
VALUE "FileVersion","3,13,1,0\0"
1818
VALUE "InternalName","qb64pe.bas\0"
1919
VALUE "LegalCopyright","MIT\0"
2020
VALUE "LegalTrademarks","\0"
2121
VALUE "OriginalFilename","qb64pe.exe\0"
2222
VALUE "ProductName","QB64-PE\0"
23-
VALUE "ProductVersion","3,13,0,0\0"
23+
VALUE "ProductVersion","3,13,1,0\0"
2424
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"
2525
VALUE "Web","\0"
2626
END

internal/source/main.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(!qbevent)break;evnt(24,1,"version.bas");}while(r);
77
do{
88
if(!qbevent)break;evnt(24,2,"version.bas");}while(r);
99
do{
10-
qbs_set(__STRING_VERSION,qbs_new_txt_len("3.13.0",6));
10+
qbs_set(__STRING_VERSION,qbs_new_txt_len("3.13.1",6));
1111
qbs_cleanup(qbs_tmp_base,0);
1212
if(!qbevent)break;evnt(24,4,"version.bas");}while(r);
1313
S_4:;

0 commit comments

Comments
 (0)