1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Version 3.2.1

This commit is contained in:
Matthew Kilgore 2022-09-24 12:17:36 -04:00
parent df59b827ef
commit 191db3fb57

View file

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