1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-05-12 12:00:13 +00:00

Bump version to 3.13.0

This commit is contained in:
Samuel Gomes 2024-05-01 18:02:06 +05:30
parent 1caab16a93
commit 96d3be2dbf

View file

@ -1,9 +1,9 @@
DIM SHARED Version AS STRING
DIM SHARED IsCiVersion AS _BYTE
Version$ = "3.12.0"
$VERSIONINFO:FILEVERSION#=3,12,0,0
$VERSIONINFO:PRODUCTVERSION#=3,12,0,0
Version$ = "3.13.0"
$VERSIONINFO:FILEVERSION#=3,13,0,0
$VERSIONINFO:PRODUCTVERSION#=3,13,0,0
' If ./internal/version.txt exist, then this is some kind of CI build with a label
IF _FILEEXISTS("internal/version.txt") THEN