diff --git a/source/global/version.bas b/source/global/version.bas index 0254c624d..5b24408bc 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -2,8 +2,8 @@ DIM SHARED Version AS STRING DIM SHARED DevChannel AS STRING DIM SHARED AutoBuildMsg AS STRING -Version$ = "1.5" -DevChannel$ = "Stable Release" +Version$ = "1.51" +DevChannel$ = "Development Build" IF _FILEEXISTS("internal/version.txt") THEN versionfile = FREEFILE OPEN "internal/version.txt" FOR INPUT AS #versionfile diff --git a/source/icon.rc b/source/icon.rc index 0d78af98b..500e406ef 100644 --- a/source/icon.rc +++ b/source/icon.rc @@ -1,28 +1,28 @@ -0 ICON "qb64.ico" - -1 VERSIONINFO -FILEVERSION 1,5,0,0 -PRODUCTVERSION 1,5,0,0 -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904E4" - BEGIN - VALUE "CompanyName","QB64\0" - VALUE "FileDescription","QB64 Compiler\0" - VALUE "FileVersion","1.5\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.5\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 - - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 0x04E4 - END -END +0 ICON "qb64.ico" + +1 VERSIONINFO +FILEVERSION 1,5,1,0 +PRODUCTVERSION 1,5,1,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + BEGIN + VALUE "CompanyName","QB64\0" + VALUE "FileDescription","QB64 Compiler\0" + VALUE "FileVersion","1.51\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 "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 + + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 0x04E4 + END +END diff --git a/source/ide/wiki/wiki_methods.bas b/source/ide/wiki/wiki_methods.bas index 8dfa68aaf..6244ae001 100644 --- a/source/ide/wiki/wiki_methods.bas +++ b/source/ide/wiki/wiki_methods.bas @@ -268,7 +268,7 @@ SUB WikiParse (a$) ' {{PageSyntax}} {{PageParameters}} {{PageDescription}} {{PageExamples}} ' {{CodeStart}} {{CodeEnd}} {{OutputStart}} {{OutputEnd}} ' {{PageSeeAlso}} {{PageNavigation}} {{PageLegacySupport}} - ' {{PageQBasic}} {{Availability}} + ' {{PageQBasic}} {{PageAvailability}} ' [[SPACE$]]=a link to wikipage called "SPACE$" ' [[INTEGER|integer]]=a link, link's name is on left and text to appear is on right ' *=a dot point