I was wondering if this is possible to do with built-in scripting for the build version. Our version strings have a different format, depending on whether the version is a patch release, or GA. A '-{patch letter}' is appended to the major.minor.buildNo string if it is a patch release. Also, for GA the build number is incremented with every build, but not for a patch.
GA: 8.2.916
Patch: 8.2.916-A
With QB1, we manually change the format in the build version field once a GA release has gone out, as it will never need to increment the build number again, and will always have the patch letter at the end. Is it possible to script this if a variable was set, like "patch=1"?
Thanks.