1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 22:20:24 +00:00

Begins v1.5 development.

This commit is contained in:
FellippeHeitor 2020-02-13 12:55:01 -03:00
parent e28e7fb596
commit 57aed941fe

View file

@ -2,8 +2,8 @@ DIM SHARED Version AS STRING
DIM SHARED BuildNum AS STRING
DIM SHARED AutoBuildMsg AS STRING
Version$ = "1.4"
BuildNum$ = "Stable Release"
Version$ = "1.5"
BuildNum$ = "(development build)"
IF _FILEEXISTS("internal/version.txt") THEN
versionfile = FREEFILE
OPEN "internal/version.txt" FOR INPUT AS #versionfile