The source project of this merge request has been removed.
use RELEASE_SERVICE_VERSION instead of hardcoded PROJECT_VERSION, fix #474659
Please check the bug #474659 for description and the photo of the actual wrong behaviour.
Instead of keeping PROJECT_VERSION
and set it equal to RELEASE_SERVICE_VERSION
, I find it more elegant to drop the former and use directly the latter as project version, thus making this straightforward.
Feel free to re-implement it differently
Result: