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

Update build version to 2.1.1

This commit is contained in:
Cory Smith 2022-09-10 04:35:31 -05:00
parent 0ad34f9d44
commit 61c697e431

View file

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