From 2b967dc124ec8f4269ab6e91694192ee4194510a Mon Sep 17 00:00:00 2001 From: Roland Heyder Date: Fri, 26 Aug 2022 15:05:07 +0200 Subject: [PATCH 1/2] Update version.bas --- source/global/version.bas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/global/version.bas b/source/global/version.bas index d075d8bb6..6bed7cc88 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -1,9 +1,9 @@ DIM SHARED Version AS STRING DIM SHARED IsCiVersion AS _BYTE -Version$ = "0.8.2" -$VERSIONINFO:FileVersion#=0,8,2,0 -$VERSIONINFO:ProductVersion#=0,8,2,0 +Version$ = "3.0.0" +$VERSIONINFO:FileVersion#=3,0,0,0 +$VERSIONINFO:ProductVersion#=3,0,0,0 ' If ./internal/version.txt exist, then this is some kind of CI build with a label If _FILEEXISTS("internal/version.txt") THEN From 3d2e253b2ecd49bc1259d7cb89d2b2ce35ead131 Mon Sep 17 00:00:00 2001 From: Roland Heyder Date: Fri, 26 Aug 2022 15:35:39 +0200 Subject: [PATCH 2/2] Update build-system.md The `internal\help` folder is no longer in the repository, it's created and populated from external sources during CI build now. --- docs/build-system.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/build-system.md b/docs/build-system.md index 504df8e68..19cb8f578 100644 --- a/docs/build-system.md +++ b/docs/build-system.md @@ -52,8 +52,6 @@ Repository Layout - `push-internal-source.sh` - If `./internal/source` is different after building `./source/qb64pe.bas`, then this will automatically push those changes to the repository to update the sources used to build `qb64pe_bootstrap`. - `internal/` - - `help/` - - Contains a downloaded copy of the help files, so that they do not have to be downloaded when QB64-PE is installed. - `c/` - Contains everything related to the C/C++ source files for QB64-PE. - `c_compiler/` - On Windows, this folder is populated with the MinGW C++ compiler during the CI process (or when using `setup_win.bat`.