Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow accessing version variables after initialization (#58)
* Allow accessing version variables after initialization This commit does two things: 1. Version variables are accessable by users after package initialization. Users can now use my_package.VERSION over exporting my_package.version, then accessing the version value, which makes things much easier. 2. Adapt changes made to version values to other parts of the project Version variables were renamed to the following: VERSION_SHORT ==> VERSION VERSION ==> RELEASE and parts referring to version values were changed accordingly, so nothing's broken. Signed-off-by: TheRealKeto <[email protected]> * Revert renaming versioning variables This commit reverts the change made to version variables, renaming them back to their original naming VERSION_SHORT <== VERSION VERSION <== RELEASE Signed-off-by: TheRealKeto <[email protected]> * Correctly use version variable in setup script Signed-off-by: TheRealKeto <[email protected]>
- Loading branch information