1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 00:40:26 +00:00

Updates version number

This commit is contained in:
Fellippe Heitor 2020-01-19 20:34:50 -03:00
parent 7c1da918ae
commit f1fdc09604

View file

@ -2,8 +2,8 @@ DIM SHARED Version AS STRING
DIM SHARED BuildNum AS STRING
DIM SHARED AutoBuildMsg AS STRING
Version$ = "1.3"
BuildNum$ = "[dev build]"
Version$ = "1.4"
BuildNum$ = "[release candidate]"
IF _FILEEXISTS("internal/version.txt") THEN
versionfile = FREEFILE
OPEN "internal/version.txt" FOR INPUT AS #versionfile