When we started using git describe to get version numbers, we had to adjust the contents of versionArray in the buildInfo command to generate a "pre" version, so "3.2.0-1-ghash" becomes [ 3, 2, 1, -100 ]. In startup_log.js, we should decrement versionArray[2] if versionArray[3] is equal to -100.
- related to
-
SERVER-21224 Use "git describe" instead of version.json to set release version
- Closed