1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00

Version 3.6.0

This commit is contained in:
Matthew Kilgore 2023-02-19 03:12:23 -05:00
parent 8d64ca7a04
commit 07822586e8

View file

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