Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-17352

versionArray calculation only allows RCs up to 9

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.0-rc10, 3.1.0
    • Affects Version/s: None
    • Component/s: Diagnostics
    • Labels:
      None
    • Minor Change

      Currently it uses -10 + RC_NUM for rcs and 0 for final releases. They collide when RC_NUM == 10. Changing to -50 + RC_NUM which gives us plenty of headroom without needing to change the mapping of "pre" to -100

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: