Skip to content

Commit 07b2101

Browse files
committed
Version bump for 2.0 release
1 parent 2974a94 commit 07b2101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/global/version.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DIM SHARED DevChannel AS STRING
33
DIM SHARED AutoBuildMsg AS STRING
44

55
Version$ = "2.0"
6-
DevChannel$ = "Development Build"
6+
DevChannel$ = "Stable Release"
77
IF _FILEEXISTS("internal/version.txt") THEN
88
versionfile = FREEFILE
99
OPEN "internal/version.txt" FOR INPUT AS #versionfile

0 commit comments

Comments
 (0)