Skip to content

Commit a2b3206

Browse files
authored
DOCSP-32186 Version Information (#273) (#280)
* DOCSP-32186 Clarifies version information" * Minor edits * Minor edits * Minor edits * Version callout * Spacing * Fixes per Joe
1 parent d5876a9 commit a2b3206

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ toc_landing_pages = ["/quickstart",
2626

2727
[constants]
2828
version = "1.7"
29+
latest-version="1.7.1"
30+
version-dev = "1.8"
2931
c2c-product-name = "Cluster-to-Cluster Sync"
3032
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
3133
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"

source/reference/versioning.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ version number for {+c2c-product-name+}:
2727
- Patch number: This release only includes small, backwards compatible
2828
changes.
2929

30-
3130
Currently Supported Versions
3231
----------------------------
3332

34-
If you are using an unsupported version of ``mongosync``, you may be
35-
asked to upgrade in order to receive support.
33+
MongoDB only supports the latest patch release of each major
34+
version. For example, ``mongosync`` {+latest-version+} is the
35+
latest patch release of {+version+}. If you are using an
36+
unsupported version of ``mongosync``, you might be asked to
37+
upgrade in order to receive support.
3638

3739
.. _c2c-server-version-compatibility:
3840

0 commit comments

Comments
 (0)