We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2974a94 commit 07b2101Copy full SHA for 07b2101
source/global/version.bas
@@ -3,7 +3,7 @@ DIM SHARED DevChannel AS STRING
3
DIM SHARED AutoBuildMsg AS STRING
4
5
Version$ = "2.0"
6
-DevChannel$ = "Development Build"
+DevChannel$ = "Stable Release"
7
IF _FILEEXISTS("internal/version.txt") THEN
8
versionfile = FREEFILE
9
OPEN "internal/version.txt" FOR INPUT AS #versionfile
0 commit comments