1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Update version to v0.8.2

This commit is contained in:
Matthew Kilgore 2022-06-10 22:35:38 -04:00
parent 931a9dd272
commit 58cccc19fa

View file

@ -1,9 +1,9 @@
DIM SHARED Version AS STRING
DIM SHARED IsCiVersion AS _BYTE
Version$ = "0.8.1"
$VERSIONINFO:FileVersion#=0,8,1,0
$VERSIONINFO:ProductVersion#=0,8,1,0
Version$ = "0.8.2"
$VERSIONINFO:FileVersion#=0,8,2,0
$VERSIONINFO:ProductVersion#=0,8,2,0
' If ./internal/version.txt exist, then this is some kind of CI build with a label
If _FILEEXISTS("internal/version.txt") THEN