Skip to content

Commit

Permalink
Updates InFormVersion.bas
Browse files Browse the repository at this point in the history
__UI_VersionNumber now contains the current build number, while __UI_Version will contain a user-friendly version string.
  • Loading branch information
FellippeHeitor committed Nov 11, 2019
1 parent 4a58fff commit 16f1e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion InForm/InFormVersion.bas
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'Starting with v1.0, __UI_VersionNumber is actually the current build.
CONST __UI_Version = "v1.0"
CONST __UI_VersionNumber = 1
CONST __UI_VersionNumber = 10
CONST __UI_VersionIsBeta = 0
CONST __UI_CopyrightSpan = "2016-2019"

0 comments on commit 16f1e0f

Please sign in to comment.