1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-25 13:55:54 +00:00

Merge pull request #310 from mkilgore/release-3.6.0

Version 3.6.0
This commit is contained in:
Matt Kilgore 2023-02-19 09:52:09 -05:00 committed by GitHub
commit 51471e6a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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