1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00

Version bump.

This commit is contained in:
FellippeHeitor 2021-09-28 04:07:45 -03:00
parent fd741ec203
commit c48f4cff94

View file

@ -2,7 +2,7 @@ DIM SHARED Version AS STRING
DIM SHARED DevChannel AS STRING
DIM SHARED AutoBuildMsg AS STRING
Version$ = "1.6"
Version$ = "2.0"
DevChannel$ = "Development Build"
IF _FILEEXISTS("internal/version.txt") THEN
versionfile = FREEFILE