1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 22:20:24 +00:00

Updates version info for release.

This commit is contained in:
FellippeHeitor 2020-02-13 12:09:06 -03:00
parent 8da4c1eb1e
commit 0f49b2c3c6
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ DIM SHARED BuildNum AS STRING
DIM SHARED AutoBuildMsg AS STRING
Version$ = "1.4"
BuildNum$ = "Release Candidate"
BuildNum$ = "Stable Release"
IF _FILEEXISTS("internal/version.txt") THEN
versionfile = FREEFILE
OPEN "internal/version.txt" FOR INPUT AS #versionfile

View file

@ -4824,7 +4824,7 @@ FUNCTION ide2 (ignore)
IF menu$(m, s) = "#About..." THEN
PCOPY 2, 0
m$ = "QB64 Version " + Version$ + CHR$(10) + "Revision " + BuildNum$
m$ = "QB64 Version " + Version$ + CHR$(10) + BuildNum$
IF LEN(AutoBuildMsg$) THEN m$ = m$ + CHR$(10) + AutoBuildMsg$
idemessagebox "About", m$
PCOPY 3, 0: SCREEN , , 3, 0: idewait4mous: idewait4alt