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

Updates version.bas

This commit is contained in:
Fellippe Heitor 2020-01-22 15:28:43 -03:00 committed by GitHub
parent e551eefe97
commit 6990118553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ DIM SHARED BuildNum AS STRING
DIM SHARED AutoBuildMsg AS STRING
Version$ = "1.4"
BuildNum$ = "[release candidate]"
BuildNum$ = "Release Candidate"
IF _FILEEXISTS("internal/version.txt") THEN
versionfile = FREEFILE
OPEN "internal/version.txt" FOR INPUT AS #versionfile