1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/source
Matthew Kilgore 95c57c182c Supply a default version label when no version has been calculated
When building directly from the repo (either from a git clone or a
download of the zip of the repository) the version reported is very
misleading because it will not have a version label, suggesting it is
actually a 'release' version when in fact it could be anything.

The ./.ci/calculate-version.sh logic is already setup to delete an
existing ./internal/version.txt during a detected release build, so we
can just place one in the repositroy and it won't impact the versioning
of CI and release builds, but will show up when building locally.

Fixes: #63
2022-05-20 16:57:45 -04:00
..
global Supply a default version label when no version has been calculated 2022-05-20 16:57:45 -04:00
ide Update ide_methods.bas 2022-05-18 11:12:49 -04:00
subs_functions Implements the _Bin$ function 2021-10-14 00:17:35 +02:00
utilities Add support for mylib$ and mylibopt$ 2022-05-12 00:21:02 -04:00
.gitignore Don't ignore .bas files in source directory 2022-04-28 17:20:45 -04:00
icon.rc Temporarally add build steps back 2022-05-07 19:57:38 -04:00
qb64.bas Redirect stderr to compilelog rather than errorcompilelog 2022-05-18 09:20:30 -04:00
qb64.ico Proper embedding of qb64.ico into the Windows binary. 2016-09-04 12:12:30 -03:00