mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +00:00
More detailed versioning info.
__UI_Version contains the descriptive string as usual. __UI_VersionNumber, contains as expected. __UI_VersionIsBeta is set to True until the official release.
This commit is contained in:
parent
3713fbaf9a
commit
a0e284232a
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/build.bat
|
||||
/copy.bat
|
|
@ -2,7 +2,6 @@
|
|||
'Fellippe Heitor, 2016-2018 - fellippe@qb64.org - @fellippeheitor
|
||||
'
|
||||
'VWATCH64:OFF
|
||||
'$INCLUDE:'InFormVersion.bas'
|
||||
|
||||
DECLARE LIBRARY
|
||||
FUNCTION __UI_GetPID ALIAS getpid ()
|
||||
|
@ -231,6 +230,7 @@ __UI_Type(17).Name = "Font"
|
|||
__UI_Type(18).Name = "ToggleSwitch"
|
||||
|
||||
CONST True = -1, False = 0
|
||||
'$INCLUDE:'InFormVersion.bas'
|
||||
__UI_SnapDistance = 5
|
||||
__UI_SnapDistanceFromForm = 10
|
||||
__UI_Font8Offset = 5
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
CONST __UI_Version = "Beta version 7"
|
||||
CONST __UI_VersionNumber = 7
|
||||
CONST __UI_VersionIsBeta = True
|
||||
|
|
Loading…
Reference in a new issue