Skip to content

Commit

Permalink
Merge pull request #336 from mkilgore/release-3.7.0
Browse files Browse the repository at this point in the history
Version 3.7.0
  • Loading branch information
mkilgore authored Apr 30, 2023
2 parents 98cf704 + 35d9808 commit 5b2ee3a
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.6.0"
$VERSIONINFO:FileVersion#=3,6,0,0
$VERSIONINFO:ProductVersion#=3,6,0,0
Version$ = "3.7.0"
$VERSIONINFO:FileVersion#=3,7,0,0
$VERSIONINFO:ProductVersion#=3,7,0,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 5b2ee3a

Please sign in to comment.