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

Update version.bas

This commit is contained in:
Roland Heyder 2022-08-26 15:05:07 +02:00
parent b453426b6b
commit 2b967dc124

View file

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