Skip to content

Commit 4cb42e0

Browse files
author
Bob Grabar
committed
DOCS-1063 version numbers
1 parent 920ebe1 commit 4cb42e0

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

source/release-notes.txt

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
Release Notes
44
-------------
55

6-
Always install the latest, stable version of MongoDB. See the
7-
following release notes for an account of the changes in major
6+
Always install the latest, stable version of MongoDB. See :ref:`release-version-numbers`.
7+
8+
See the following release notes for an account of the changes in major
89
versions. Release notes also include instructions for upgrade.
910

1011
Current stable release (v2.2-series):
@@ -40,3 +41,43 @@ Other MongoDB release notes:
4041
:maxdepth: 2
4142

4243
/release-notes/drivers-write-concern
44+
45+
.. _release-version-numbers:
46+
47+
Version Numbers
48+
~~~~~~~~~~~~~~~
49+
50+
There are three numbers in a MongoDB version:
51+
52+
``<major version number>.<release number>.<revision number>``
53+
54+
The second number, the release number, indicates release stability. An
55+
odd release number indicates the release is still in
56+
development. An even release number indicates a general availability release.
57+
58+
Additionally, the three numbers indicate the following:
59+
60+
- ``<major version number>``: This rarely changes. A change to this number
61+
indicates very large changes to MongoDB.
62+
63+
- ``<release number>``: A release can include many changes, including new
64+
features and updates. Some changes could possibly break backwards
65+
compatibility, which would be noted in the Release Notes.
66+
Even-numbered release numbers are stable branches. Odd-numbered
67+
release numbers are development branches.
68+
69+
- ``<revision number>``: This is used for changes pertaining to bugs and
70+
security issues.
71+
72+
Example Version Numbers
73+
```````````````````````
74+
75+
- 1.0.0 : First GA release
76+
77+
- 1.0.x : Bug fixes to 1.0.x. It is highly recommended to upgrade, very
78+
little risk.
79+
80+
- 1.1.x : Development release. Includes new features not fully finished
81+
and other works-in-progress. Some things may be different than 1.0
82+
83+
- 1.2.x : Second GA release. This is a culmination of the 1.1.x release.

0 commit comments

Comments
 (0)