Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add version tracking information #203

Closed
kiwistrongis opened this issue Aug 6, 2014 · 1 comment
Closed

Add version tracking information #203

kiwistrongis opened this issue Aug 6, 2014 · 1 comment
Milestone

Comments

@kiwistrongis
Copy link
Contributor

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.

@kiwistrongis kiwistrongis added this to the v4.1 milestone Aug 6, 2014
@kiwistrongis
Copy link
Contributor Author

done as of 0487400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant