-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Repl 2021-07-12
Create a file, src/mongo/db/multiversion_constants.yml. If the next planned release is 5.1, then the file would resemble:
# All FCVs starting with 4.4. featureCompatibilityVersions: - "4.4" - "4.7" - "4.8" - "4.9" - "5.0" - "5.1" # All major releases starting with 4.4. majorReleases: - "4.4" - "5.0"
- is depended on by
-
SERVER-58039 Generate multiversion_constants.h file with FCV enums
- Closed