1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +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:
FellippeHeitor 2019-11-10 23:22:31 -02:00
parent 4a58fffe14
commit 16f1e0f4c6

View file

@ -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"