You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SMT.revision is an integer tracks the revision. It should always be greater than all previous releases. It is equivalent with the version variable in [library.properties].
SMT.version is a string that tracks the release of SMT. It is equivalent with the prettyVersion variable in [library.properties] as well as the git tag for the same release ( with the exception of the preceding 'v' in git tags ).
SMT.version_pretty is a human-readable version of SMT.version. It should include alpha and beta information.
SMT.getRevision(), SMT.getVersion(), and SMT.getPrettyVersion() get SMT.revision, SMT.version, and SMT.version_pretty, respectively.
The text was updated successfully, but these errors were encountered:
SMT.revision
is an integer tracks the revision. It should always be greater than all previous releases. It is equivalent with theversion
variable in [library.properties].SMT.version
is a string that tracks the release of SMT. It is equivalent with theprettyVersion
variable in [library.properties] as well as the git tag for the same release ( with the exception of the preceding 'v' in git tags ).SMT.version_pretty
is a human-readable version ofSMT.version
. It should include alpha and beta information.SMT.getRevision()
,SMT.getVersion()
, andSMT.getPrettyVersion()
getSMT.revision
,SMT.version
, andSMT.version_pretty
, respectively.The text was updated successfully, but these errors were encountered: