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

Merge pull request #97 from mkilgore/update-0.8.0

Update version to 0.8.0
This commit is contained in:
Matt Kilgore 2022-06-07 17:26:57 -04:00 committed by GitHub
commit c1601d7edb
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$ = "0.7.1"
$VERSIONINFO:FileVersion#=0,7,1,0
$VERSIONINFO:ProductVersion#=0,7,1,0
Version$ = "0.8.0"
$VERSIONINFO:FileVersion#=0,8,0,0
$VERSIONINFO:ProductVersion#=0,8,0,0
' If ./internal/version.txt exist, then this is some kind of CI build with a label
If _FILEEXISTS("internal/version.txt") THEN