Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: alpha -> m

...

Pre-Release QualifierMeaningExample
snapshot+<x>A release currently in development.  The contents of x are optional, freely defineable, and mean something only to the person creating the snapshot.1.1.0-snapshot+myrlesbuild23
alpham.<whole number>Milestone.  We know or expect there to be problems, but solicit testing from interested individuals.  In case there are multiple alphasmilestones, they are numbered.  The larger the number, the more advanced and (theoretically) more stable the release.1.1.0-alpha.0
rc.<whole number>Release Candidate. This release is a candidate to become the final proposed version. If no serious bugs are found, the -rc tag will be dropped, and the contents of this release will be declared stable.1.1.0-rc.0
<none>If there's no pre-release qualifier, it's a release, not a pre-release.1.1.0

...