From a0e284232a2d4dbd7c0ce74647614645e8eab480 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sat, 26 May 2018 22:46:25 -0300 Subject: [PATCH] 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. --- .gitignore | 1 + InForm/InForm.ui | 2 +- InForm/InFormVersion.bas | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6d9be33..39fd74b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /build.bat +/copy.bat \ No newline at end of file diff --git a/InForm/InForm.ui b/InForm/InForm.ui index 0606973..19e0699 100644 --- a/InForm/InForm.ui +++ b/InForm/InForm.ui @@ -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 diff --git a/InForm/InFormVersion.bas b/InForm/InFormVersion.bas index 5f4dba1..4194393 100644 --- a/InForm/InFormVersion.bas +++ b/InForm/InFormVersion.bas @@ -1 +1,3 @@ CONST __UI_Version = "Beta version 7" +CONST __UI_VersionNumber = 7 +CONST __UI_VersionIsBeta = True