mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +00:00
Updates InFormVersion.bas
__UI_VersionNumber now contains the current build number, while __UI_Version will contain a user-friendly version string.
This commit is contained in:
parent
4a58fffe14
commit
16f1e0f4c6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue