Closed ricardobranco777 closed 3 years ago
We must use VERSION (which is a string like 12-SPx) instead of VERSION_ID which is a float. We use the former in the code to test versions.
VERSION
VERSION_ID
thx
We must use
VERSION
(which is a string like 12-SPx) instead ofVERSION_ID
which is a float. We use the former in the code to test versions.