Skip to content

Commit

Permalink
Merge pull request #492 from a740g/main
Browse files Browse the repository at this point in the history
Bump version to 3.13.1
  • Loading branch information
a740g authored May 15, 2024
2 parents 92c09d5 + 9ed21b9 commit 30d9bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/global/version.bas
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DIM SHARED Version AS STRING
DIM SHARED IsCiVersion AS _BYTE
Version$ = "3.13.0"
$VERSIONINFO:FILEVERSION#=3,13,0,0
$VERSIONINFO:PRODUCTVERSION#=3,13,0,0
Version$ = "3.13.1"
$VERSIONINFO:FILEVERSION#=3,13,1,0
$VERSIONINFO:PRODUCTVERSION#=3,13,1,0
' If ./internal/version.txt exist, then this is some kind of CI build with a label
IF _FILEEXISTS("internal/version.txt") THEN
Expand Down

0 comments on commit 30d9bbb

Please sign in to comment.